#251486

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

Shades of Persian Indigo #251486

Tints of Persian Indigo #251486

Color information

#251486 (or 0x251486) is unknown color: approx Persian Indigo. HEX triplet: 25, 14 and 86. RGB value is (37,20,134). Sum of RGB (Red+Green+Blue) = 37+20+134=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 134 (52.73% from 255 or 70.16% from 191); Max value from RGB is 134 - color contains mainly: blue. Hex color #251486 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251486 is #DAEB79. Grayscale: #252525. Windows color (decimal): -14347130 or 8786981. OLE color: 8786981.

HSL color Cylindrical-coordinate representation of color #251486: hue angle of 248.95º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251486 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3720134-
CMYK0.720.8500.47
HSL248.95º74.03%30.2%-
HSV(B)248.95º85.07%52.55%-
XYZ5.322.6122.78-
YUV38.08182.13127.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 134 (52.73% from 255) = 70.16%
R=19.37%
G=10.47%
B=70.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37201340.720.8500.47248.9574.0330.2
Hex251486485502Ff94a1e
Octal452420611012505737111236
Binary100101101001000011010010001010101010111111111001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251486; }

 p { color: rgb(37,20,134); }

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

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

 a { background-color: rgb(37,20,134); }

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

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

 span { border-color: rgb(37,20,134); }

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