#251272

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

Shades of Persian Indigo #251272

Tints of Persian Indigo #251272

Color information

#251272 (or 0x251272) is unknown color: approx Persian Indigo. HEX triplet: 25, 12 and 72. RGB value is (37,18,114). Sum of RGB (Red+Green+Blue) = 37+18+114=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #251272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251272 is #DAED8D. Grayscale: #222222. Windows color (decimal): -14347662 or 7475749. OLE color: 7475749.

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

Color convert

RGB3718114-
CMYK0.680.8400.55
HSL251.88º72.73%25.88%-
HSV(B)251.88º84.21%44.71%-
XYZ4.022.0416.1-
YUV34.62172.79129.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.89%
GREEN value IS 18 (7.42% from 255) = 10.65%
BLUE value IS 114 (44.92% from 255) = 67.46%
R=21.89%
G=10.65%
B=67.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37181140.680.8400.55251.8872.7325.88
Hex2512724454037fc491a
Octal452216210412406737411132
Binary10010110010111001010001001010100011011111111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251272; }

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

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

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

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

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

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

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

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