#431475

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

Shades of Persian Indigo #431475

Tints of Persian Indigo #431475

Color information

#431475 (or 0x431475) is unknown color: approx Persian Indigo. HEX triplet: 43, 14 and 75. RGB value is (67,20,117). Sum of RGB (Red+Green+Blue) = 67+20+117=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #431475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431475 is #BCEB8A. Grayscale: #2C2C2C. Windows color (decimal): -12381067 or 7672899. OLE color: 7672899.

HSL color Cylindrical-coordinate representation of color #431475: hue angle of 269.07º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #431475 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6720117-
CMYK0.430.8300.54
HSL269.07º70.8%26.86%-
HSV(B)269.07º82.91%45.88%-
XYZ5.782.9817.1-
YUV45.11168.57143.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.84%
GREEN value IS 20 (8.20% from 255) = 9.80%
BLUE value IS 117 (46.09% from 255) = 57.35%
R=32.84%
G=9.80%
B=57.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67201170.430.8300.54269.0770.826.86
Hex4314752B5303610d471b
Octal103241655312306641510733
Binary100001110100111010110101110100110110110100001101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431475; }

 p { color: rgb(67,20,117); }

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

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

 a { background-color: rgb(67,20,117); }

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

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

 span { border-color: rgb(67,20,117); }

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