#250574

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

Shades of Persian Indigo #250574

Tints of Persian Indigo #250574

Color information

#250574 (or 0x250574) is unknown color: approx Persian Indigo. HEX triplet: 25, 05 and 74. RGB value is (37,5,116). Sum of RGB (Red+Green+Blue) = 37+5+116=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 116 (45.70% from 255 or 73.42% from 158); Max value from RGB is 116 - color contains mainly: blue. Hex color #250574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250574 is #DAFA8B. Grayscale: #1A1A1A. Windows color (decimal): -14350988 or 7603493. OLE color: 7603493.

HSL color Cylindrical-coordinate representation of color #250574: hue angle of 257.3º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250574 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB375116-
CMYK0.680.9600.55
HSL257.3º91.74%23.73%-
HSV(B)257.3º95.69%45.49%-
XYZ3.971.7616.65-
YUV27.22178.1134.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 116 (45.70% from 255) = 73.42%
R=23.42%
G=3.16%
B=73.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3751160.680.9600.55257.391.7423.73
Hex2557444600371015c18
Octal45516410414006740113430
Binary1001011011110100100010011000000110111100000001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250574; }

 p { color: rgb(37,5,116); }

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

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

 a { background-color: rgb(37,5,116); }

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

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

 span { border-color: rgb(37,5,116); }

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