#250179

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

Shades of Persian Indigo #250179

Tints of Persian Indigo #250179

Color information

#250179 (or 0x250179) is unknown color: approx Persian Indigo. HEX triplet: 25, 01 and 79. RGB value is (37,1,121). Sum of RGB (Red+Green+Blue) = 37+1+121=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 121 (47.66% from 255 or 76.10% from 159); Max value from RGB is 121 - color contains mainly: blue. Hex color #250179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250179 is #DAFE86. Grayscale: #191919. Windows color (decimal): -14352007 or 7930149. OLE color: 7930149.

HSL color Cylindrical-coordinate representation of color #250179: hue angle of 258º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250179 is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB371121-
CMYK0.690.9900.53
HSL258º98.36%23.92%-
HSV(B)258º99.17%47.45%-
XYZ4.221.818.21-
YUV25.44181.93136.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.27%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 121 (47.66% from 255) = 76.10%
R=23.27%
G=0.63%
B=76.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3711210.690.9900.5325898.3623.92
Hex2517945630351026218
Octal45117110514306540214230
Binary10010111111001100010111000110110101100000010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250179; }

 p { color: rgb(37,1,121); }

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

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

 a { background-color: rgb(37,1,121); }

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

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

 span { border-color: rgb(37,1,121); }

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