Html Css Color HEX #431575 Persian Indigo

📋 copy color: '#431575'

red 67 ◦ green 21 ◦ blue 117

#431575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #431575

Tints of Persian Indigo #431575

RGB

 RED value IS 67 (26.56% from 255) = 32.68%

 GREEN value IS 21 (8.59% from 255) = 10.24%

 BLUE value IS 117 (46.09% from 255) = 57.07%

R = 32.68%
G = 10.24%
B = 57.07%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#431575 (or 0x431575) is known color: Persian Indigo. HEX triplet: 43, 15 and 75. RGB value is (67,21,117). Sum of RGB (Red+Green+Blue) = 67+21+117=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #431575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431575 is #BCEA8A. Grayscale: #2D2D2D. Windows color (decimal): -12380811 or 7673155. OLE color: 7673155.

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

Color convert

RGB 67 21 117 -
CMYK 0.43 0.82 0 0.54
HSL 268.75º 0.7% 0.27% -
HSV(B) 268.75º 0.82% 0.46% -
XYZ 5.79 3.01 17.11 -
YUV 45.7 168.24 143.19 -
System Red Green Blue C M Y K H S L
Decimal 67 21 117 0.43 0.82 0 0.54 268.75 0.7 0.27
Hex 43 15 75 2B 52 0 36 10D 46 1B
Octal 103 25 165 53 122 0 66 415 106 33
Binary 1000011 10101 1110101 101011 1010010 0 110110 100001101 1000110 11011

Color Harmonies of #431575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431575

Black with #431575

Text Example


Text Example

White with #431575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431575; }

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

 H1.HeaderClassName
 {
   color: #431575;
 }
 .AnyTagClassName
 {
   color: #431575;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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