#250a6b

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

Shades of Persian Indigo #250A6B

Tints of Persian Indigo #250A6B

Color information

#250A6B (or 0x250A6B) is unknown color: approx Persian Indigo. HEX triplet: 25, 0A and 6B. RGB value is (37,10,107). Sum of RGB (Red+Green+Blue) = 37+10+107=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 107 (42.19% from 255 or 69.48% from 154); Max value from RGB is 107 - color contains mainly: blue. Hex color #250A6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250A6B is #DAF594. Grayscale: #1C1C1C. Windows color (decimal): -14349717 or 7014949. OLE color: 7014949.

HSL color Cylindrical-coordinate representation of color #250A6B: hue angle of 256.7º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #250A6B is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3710107-
CMYK0.650.9100.58
HSL256.7º82.91%22.94%-
HSV(B)256.7º90.65%41.96%-
XYZ3.531.6714.05-
YUV29.13171.95133.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 10 (4.30% from 255) = 6.49%
BLUE value IS 107 (42.19% from 255) = 69.48%
R=24.03%
G=6.49%
B=69.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37101070.650.9100.58256.782.9122.94
Hex25A6B415B03A1015317
Octal451215310113307240112327
Binary10010110101101011100000110110110111010100000001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250a6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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