#250a7f

Color #250A7F Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #250A7F

Tints of Persian Indigo #250A7F

Color information

#250A7F (or 0x250A7F) is unknown color: approx Persian Indigo. HEX triplet: 25, 0A and 7F. RGB value is (37,10,127). Sum of RGB (Red+Green+Blue) = 37+10+127=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 127 (50% from 255 or 72.99% from 174); Max value from RGB is 127 - color contains mainly: blue. Hex color #250A7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250A7F is #DAF580. Grayscale: #1E1E1E. Windows color (decimal): -14349697 or 8325669. OLE color: 8325669.

HSL color Cylindrical-coordinate representation of color #250A7F: hue angle of 253.85º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250A7F is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3710127-
CMYK0.710.9200.50
HSL253.85º85.4%26.86%-
HSV(B)253.85º92.13%49.8%-
XYZ4.72.1420.24-
YUV31.41181.95131.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 10 (4.30% from 255) = 5.75%
BLUE value IS 127 (50% from 255) = 72.99%
R=21.26%
G=5.75%
B=72.99%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37101270.710.9200.50253.8585.426.86
Hex25A7F475C032fe551b
Octal451217710713406237612533
Binary1001011010111111110001111011100011001011111110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250a7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250a7f; }

 p { color: rgb(37,10,127); }

 H1.HeaderClassName
 {
   color: #250a7f;
 }
 .AnyTagClassName
 {
   color: #250a7f;
 }
</style>
background-color css

<style>
 a { background-color: #250a7f; }

 a { background-color: rgb(37,10,127); }

 div.DivClassName
 {
   background-color: #250a7f;
 }
 .BgClassName
 {
   background-color: #250a7f;
 }
</style>
border-color css

<style>
 span { border-color: #250a7f; }

 span { border-color: rgb(37,10,127); }

 td.TdClassName
 {
   border-color: #250a7f;
 }
 .TagClassName
 {
   border-color: #250a7f;
 }
</style>