#251174

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

Shades of Persian Indigo #251174

Tints of Persian Indigo #251174

Color information

#251174 (or 0x251174) is unknown color: approx Persian Indigo. HEX triplet: 25, 11 and 74. RGB value is (37,17,116). Sum of RGB (Red+Green+Blue) = 37+17+116=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 116 (45.70% from 255 or 68.24% from 170); Max value from RGB is 116 - color contains mainly: blue. Hex color #251174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251174 is #DAEE8B. Grayscale: #212121. Windows color (decimal): -14347916 or 7606565. OLE color: 7606565.

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

Color convert

RGB3717116-
CMYK0.680.8500.55
HSL252.12º74.44%26.08%-
HSV(B)252.12º85.34%45.49%-
XYZ4.122.0616.7-
YUV34.27174.13129.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 17 (7.03% from 255) = 10%
BLUE value IS 116 (45.70% from 255) = 68.24%
R=21.76%
G=10%
B=68.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37171160.680.8500.55252.1274.4426.08
Hex2511744455037fc4a1a
Octal452116410412506737411232
Binary10010110001111010010001001010101011011111111100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251174; }

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

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

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

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

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

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

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

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