#250D78

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

Shades of Persian Indigo #250D78

Tints of Persian Indigo #250D78

Color information

#250D78 (or 0x250D78) is unknown color: approx Persian Indigo. HEX triplet: 25, 0D and 78. RGB value is (37,13,120). Sum of RGB (Red+Green+Blue) = 37+13+120=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 120 (47.27% from 255 or 70.59% from 170); Max value from RGB is 120 - color contains mainly: blue. Hex color #250D78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D78 is #DAF287. Grayscale: #1F1F1F. Windows color (decimal): -14348936 or 7867685. OLE color: 7867685.

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

Color convert

RGB3713120-
CMYK0.690.8900.53
HSL253.46º80.45%26.08%-
HSV(B)253.46º89.17%47.06%-
XYZ4.32.0417.94-
YUV32.37177.45131.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 13 (5.47% from 255) = 7.65%
BLUE value IS 120 (47.27% from 255) = 70.59%
R=21.76%
G=7.65%
B=70.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37131200.690.8900.53253.4680.4526.08
Hex25D784559035fd501a
Octal451517010513106537512032
Binary1001011101111100010001011011001011010111111101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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