Html Css Color HEX #431071 Indigo

📋 copy color: '#431071'

red 67 ◦ green 16 ◦ blue 113

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

Shades of Indigo #431071

Tints of Indigo #431071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.16%

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

R = 34.18%
G = 8.16%
B = 57.65%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#431071 (or 0x431071) is known color: Indigo. HEX triplet: 43, 10 and 71. RGB value is (67,16,113). Sum of RGB (Red+Green+Blue) = 67+16+113=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #431071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431071 is #BCEF8E. Grayscale: #292929. Windows color (decimal): -12382095 or 7409731. OLE color: 7409731.

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

Color convert

RGB 67 16 113 -
CMYK 0.41 0.86 0 0.56
HSL 271.55º 0.75% 0.25% -
HSV(B) 271.55º 0.86% 0.44% -
XYZ 5.48 2.76 15.87 -
YUV 42.31 167.9 145.61 -
System Red Green Blue C M Y K H S L
Decimal 67 16 113 0.41 0.86 0 0.56 271.55 0.75 0.25
Hex 43 10 71 29 56 0 38 110 4B 19
Octal 103 20 161 51 126 0 70 420 113 31
Binary 1000011 10000 1110001 101001 1010110 0 111000 100010000 1001011 11001

Color Harmonies of #431071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431071

Black with #431071

Text Example


Text Example

White with #431071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431071; }

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

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

background-color css

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

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

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

border-color css

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

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

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