#250A6F

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

Shades of Persian Indigo #250A6F

Tints of Persian Indigo #250A6F

Color information

#250A6F (or 0x250A6F) is unknown color: approx Persian Indigo. HEX triplet: 25, 0A and 6F. RGB value is (37,10,111). Sum of RGB (Red+Green+Blue) = 37+10+111=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 111 (43.75% from 255 or 70.25% from 158); Max value from RGB is 111 - color contains mainly: blue. Hex color #250A6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250A6F is #DAF590. Grayscale: #1D1D1D. Windows color (decimal): -14349713 or 7277093. OLE color: 7277093.

HSL color Cylindrical-coordinate representation of color #250A6F: hue angle of 256.04º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #250A6F is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3710111-
CMYK0.670.9100.56
HSL256.04º83.47%23.73%-
HSV(B)256.04º90.99%43.53%-
XYZ3.741.7615.18-
YUV29.59173.95133.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 10 (4.30% from 255) = 6.33%
BLUE value IS 111 (43.75% from 255) = 70.25%
R=23.42%
G=6.33%
B=70.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37101110.670.9100.56256.0483.4723.73
Hex25A6F435B0381005318
Octal451215710313307040012330
Binary10010110101101111100001110110110111000100000000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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