#431572

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

Shades of Persian Indigo #431572

Tints of Persian Indigo #431572

Color information

#431572 (or 0x431572) is unknown color: approx Persian Indigo. HEX triplet: 43, 15 and 72. RGB value is (67,21,114). Sum of RGB (Red+Green+Blue) = 67+21+114=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #431572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431572 is #BCEA8D. Grayscale: #2D2D2D. Windows color (decimal): -12380814 or 7476547. OLE color: 7476547.

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

Color convert

RGB6721114-
CMYK0.410.8200.55
HSL269.68º68.89%26.47%-
HSV(B)269.68º81.58%44.71%-
XYZ5.622.9416.19-
YUV45.36166.74143.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.17%
GREEN value IS 21 (8.59% from 255) = 10.40%
BLUE value IS 114 (44.92% from 255) = 56.44%
R=33.17%
G=10.40%
B=56.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67211140.410.8200.55269.6868.8926.47
Hex431572295203710e451a
Octal103251625112206741610532
Binary100001110101111001010100110100100110111100001110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431572; }

 p { color: rgb(67,21,114); }

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

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

 a { background-color: rgb(67,21,114); }

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

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

 span { border-color: rgb(67,21,114); }

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