Html Css Color HEX #431571 Persian Indigo

📋 copy color: '#431571'

red 67 ◦ green 21 ◦ blue 113

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

Shades of Persian Indigo #431571

Tints of Persian Indigo #431571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 56.22%

R = 33.33%
G = 10.45%
B = 56.22%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#431571 (or 0x431571) is known color: Persian Indigo. HEX triplet: 43, 15 and 71. RGB value is (67,21,113). Sum of RGB (Red+Green+Blue) = 67+21+113=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #431571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431571 is #BCEA8E. Grayscale: #2C2C2C. Windows color (decimal): -12380815 or 7411011. OLE color: 7411011.

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

Color convert

RGB 67 21 113 -
CMYK 0.41 0.81 0 0.56
HSL 270º 0.69% 0.26% -
HSV(B) 270º 0.81% 0.44% -
XYZ 5.56 2.92 15.89 -
YUV 45.24 166.24 143.52 -
System Red Green Blue C M Y K H S L
Decimal 67 21 113 0.41 0.81 0 0.56 270 0.69 0.26
Hex 43 15 71 29 51 0 38 10E 45 1A
Octal 103 25 161 51 121 0 70 416 105 32
Binary 1000011 10101 1110001 101001 1010001 0 111000 100001110 1000101 11010

Color Harmonies of #431571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431571

Black with #431571

Text Example


Text Example

White with #431571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431571; }

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

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

background-color css

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

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

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

border-color css

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

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

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