#431577

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

Shades of Persian Indigo #431577

Tints of Persian Indigo #431577

Color information

#431577 (or 0x431577) is unknown color: approx Persian Indigo. HEX triplet: 43, 15 and 77. RGB value is (67,21,119). Sum of RGB (Red+Green+Blue) = 67+21+119=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #431577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431577 is #BCEA88. Grayscale: #2D2D2D. Windows color (decimal): -12380809 or 7804227. OLE color: 7804227.

HSL color Cylindrical-coordinate representation of color #431577: hue angle of 268.16º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #431577 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6721119-
CMYK0.440.8200.53
HSL268.16º70%27.45%-
HSV(B)268.16º82.35%46.67%-
XYZ5.913.0617.73-
YUV45.93169.24143.03-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.37%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 119 (46.88% from 255) = 57.49%
R=32.37%
G=10.14%
B=57.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal67211190.440.8200.53268.167027.45
Hex4315772C5203510c461b
Octal103251675412206541410633
Binary100001110101111011110110010100100110101100001100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431577; }

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

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

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

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

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

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

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

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