#250C78

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

Shades of Persian Indigo #250C78

Tints of Persian Indigo #250C78

Color information

#250C78 (or 0x250C78) is unknown color: approx Persian Indigo. HEX triplet: 25, 0C and 78. RGB value is (37,12,120). Sum of RGB (Red+Green+Blue) = 37+12+120=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 120 (47.27% from 255 or 71.01% from 169); Max value from RGB is 120 - color contains mainly: blue. Hex color #250C78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C78 is #DAF387. Grayscale: #1F1F1F. Windows color (decimal): -14349192 or 7867429. OLE color: 7867429.

HSL color Cylindrical-coordinate representation of color #250C78: hue angle of 253.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250C78 is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3712120-
CMYK0.690.9000.53
HSL253.89º81.82%25.88%-
HSV(B)253.89º90%47.06%-
XYZ4.282.0117.93-
YUV31.79177.78131.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.89%
GREEN value IS 12 (5.08% from 255) = 7.10%
BLUE value IS 120 (47.27% from 255) = 71.01%
R=21.89%
G=7.10%
B=71.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37121200.690.9000.53253.8981.8225.88
Hex25C78455A035fe521a
Octal451417010513206537612232
Binary1001011100111100010001011011010011010111111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,12,120); }

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

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

 a { background-color: rgb(37,12,120); }

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

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

 span { border-color: rgb(37,12,120); }

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