Html Css Color HEX #431170 Indigo

📋 copy color: '#431170'

red 67 ◦ green 17 ◦ blue 112

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

Shades of Indigo #431170

Tints of Indigo #431170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.67%

 BLUE value IS 112 (44.14% from 255) = 57.14%

R = 34.18%
G = 8.67%
B = 57.14%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#431170 (or 0x431170) is known color: Indigo. HEX triplet: 43, 11 and 70. RGB value is (67,17,112). Sum of RGB (Red+Green+Blue) = 67+17+112=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #431170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431170 is #BCEE8F. Grayscale: #2A2A2A. Windows color (decimal): -12381840 or 7344451. OLE color: 7344451.

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

Color convert

RGB 67 17 112 -
CMYK 0.40 0.85 0 0.56
HSL 271.58º 0.74% 0.25% -
HSV(B) 271.58º 0.85% 0.44% -
XYZ 5.44 2.76 15.58 -
YUV 42.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 67 17 112 0.40 0.85 0 0.56 271.58 0.74 0.25
Hex 43 11 70 28 55 0 38 110 4A 19
Octal 103 21 160 50 125 0 70 420 112 31
Binary 1000011 10001 1110000 101000 1010101 0 111000 100010000 1001010 11001

Color Harmonies of #431170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431170

Black with #431170

Text Example


Text Example

White with #431170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431170; }

 p { color: rgb(67,17,112); }

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

background-color css

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

 a { background-color: rgb(67,17,112); }

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

border-color css

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

 span { border-color: rgb(67,17,112); }

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