#250477

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

Shades of Persian Indigo #250477

Tints of Persian Indigo #250477

Color information

#250477 (or 0x250477) is unknown color: approx Persian Indigo. HEX triplet: 25, 04 and 77. RGB value is (37,4,119). Sum of RGB (Red+Green+Blue) = 37+4+119=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 119 (46.88% from 255 or 74.38% from 160); Max value from RGB is 119 - color contains mainly: blue. Hex color #250477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250477 is #DAFB88. Grayscale: #1A1A1A. Windows color (decimal): -14351241 or 7799845. OLE color: 7799845.

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

Color convert

RGB374119-
CMYK0.690.9700.53
HSL257.22º93.5%24.12%-
HSV(B)257.22º96.64%46.67%-
XYZ4.141.8117.58-
YUV26.98179.93135.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 119 (46.88% from 255) = 74.38%
R=23.12%
G=2.5%
B=74.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3741190.690.9700.53257.2293.524.12
Hex2547745610351015d18
Octal45416710514106540113530
Binary1001011001110111100010111000010110101100000001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250477; }

 p { color: rgb(37,4,119); }

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

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

 a { background-color: rgb(37,4,119); }

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

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

 span { border-color: rgb(37,4,119); }

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