#251578

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

Shades of Persian Indigo #251578

Tints of Persian Indigo #251578

Color information

#251578 (or 0x251578) is unknown color: approx Persian Indigo. HEX triplet: 25, 15 and 78. RGB value is (37,21,120). Sum of RGB (Red+Green+Blue) = 37+21+120=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 120 (47.27% from 255 or 67.42% from 178); Max value from RGB is 120 - color contains mainly: blue. Hex color #251578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251578 is #DAEA87. Grayscale: #242424. Windows color (decimal): -14346888 or 7869733. OLE color: 7869733.

HSL color Cylindrical-coordinate representation of color #251578: hue angle of 249.7º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #251578 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3721120-
CMYK0.690.8300.53
HSL249.7º70.21%27.65%-
HSV(B)249.7º82.5%47.06%-
XYZ4.422.2917.98-
YUV37.07174.8127.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.79%
GREEN value IS 21 (8.59% from 255) = 11.80%
BLUE value IS 120 (47.27% from 255) = 67.42%
R=20.79%
G=11.80%
B=67.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37211200.690.8300.53249.770.2127.65
Hex2515784553035fa461c
Octal452517010512306537210634
Binary10010110101111100010001011010011011010111111010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251578; }

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

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

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

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

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

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

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

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