#251372

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

Shades of Persian Indigo #251372

Tints of Persian Indigo #251372

Color information

#251372 (or 0x251372) is unknown color: approx Persian Indigo. HEX triplet: 25, 13 and 72. RGB value is (37,19,114). Sum of RGB (Red+Green+Blue) = 37+19+114=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 114 (44.92% from 255 or 67.06% from 170); Max value from RGB is 114 - color contains mainly: blue. Hex color #251372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251372 is #DAEC8D. Grayscale: #222222. Windows color (decimal): -14347406 or 7476005. OLE color: 7476005.

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

Color convert

RGB3719114-
CMYK0.680.8300.55
HSL251.37º71.43%26.08%-
HSV(B)251.37º83.33%44.71%-
XYZ4.032.0716.11-
YUV35.21172.46129.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 114 (44.92% from 255) = 67.06%
R=21.76%
G=11.18%
B=67.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37191140.680.8300.55251.3771.4326.08
Hex2513724453037fb471a
Octal452316210412306737310732
Binary10010110011111001010001001010011011011111111011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251372; }

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

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

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

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

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

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

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

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