#250376

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

Shades of Persian Indigo #250376

Tints of Persian Indigo #250376

Color information

#250376 (or 0x250376) is unknown color: approx Persian Indigo. HEX triplet: 25, 03 and 76. RGB value is (37,3,118). Sum of RGB (Red+Green+Blue) = 37+3+118=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #250376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250376 is #DAFC89. Grayscale: #191919. Windows color (decimal): -14351498 or 7734053. OLE color: 7734053.

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

Color convert

RGB373118-
CMYK0.690.9700.54
HSL257.74º95.04%23.73%-
HSV(B)257.74º97.46%46.27%-
XYZ4.071.7717.27-
YUV26.28179.76135.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 3 (1.56% from 255) = 1.90%
BLUE value IS 118 (46.48% from 255) = 74.68%
R=23.42%
G=1.90%
B=74.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3731180.690.9700.54257.7495.0423.73
Hex2537645610361025f18
Octal45316610514106640213730
Binary100101111110110100010111000010110110100000010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250376; }

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

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

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

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

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

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

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

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