#250372

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

Shades of Persian Indigo #250372

Tints of Persian Indigo #250372

Color information

#250372 (or 0x250372) is unknown color: approx Persian Indigo. HEX triplet: 25, 03 and 72. RGB value is (37,3,114). Sum of RGB (Red+Green+Blue) = 37+3+114=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #250372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250372 is #DAFC8D. Grayscale: #191919. Windows color (decimal): -14351502 or 7471909. OLE color: 7471909.

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

Color convert

RGB373114-
CMYK0.680.9700.55
HSL258.38º94.87%22.94%-
HSV(B)258.38º97.37%44.71%-
XYZ3.831.6716.04-
YUV25.82177.76135.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 3 (1.56% from 255) = 1.95%
BLUE value IS 114 (44.92% from 255) = 74.03%
R=24.03%
G=1.95%
B=74.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3731140.680.9700.55258.3894.8722.94
Hex2537244610371025f17
Octal45316210414106740213727
Binary100101111110010100010011000010110111100000010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250372; }

 p { color: rgb(37,3,114); }

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

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

 a { background-color: rgb(37,3,114); }

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

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

 span { border-color: rgb(37,3,114); }

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