#250370

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

Shades of Persian Indigo #250370

Tints of Persian Indigo #250370

Color information

#250370 (or 0x250370) is unknown color: approx Persian Indigo. HEX triplet: 25, 03 and 70. RGB value is (37,3,112). Sum of RGB (Red+Green+Blue) = 37+3+112=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 112 (44.14% from 255 or 73.68% from 152); Max value from RGB is 112 - color contains mainly: blue. Hex color #250370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250370 is #DAFC8F. Grayscale: #191919. Windows color (decimal): -14351504 or 7340837. OLE color: 7340837.

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

Color convert

RGB373112-
CMYK0.670.9700.56
HSL258.72º94.78%22.55%-
HSV(B)258.72º97.32%43.92%-
XYZ3.721.6315.45-
YUV25.59176.76136.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 112 (44.14% from 255) = 73.68%
R=24.34%
G=1.97%
B=73.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3731120.670.9700.56258.7294.7822.55
Hex2537043610381035f17
Octal45316010314107040313727
Binary100101111110000100001111000010111000100000011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250370; }

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

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

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

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

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

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

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

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