Html Css Color HEX #431175 Indigo

📋 copy color: '#431175'

red 67 ◦ green 17 ◦ blue 117

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

Shades of Indigo #431175

Tints of Indigo #431175

RGB

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

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

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

R = 33.33%
G = 8.46%
B = 58.21%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#431175 (or 0x431175) is known color: Indigo. HEX triplet: 43, 11 and 75. RGB value is (67,17,117). Sum of RGB (Red+Green+Blue) = 67+17+117=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #431175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431175 is #BCEE8A. Grayscale: #2A2A2A. Windows color (decimal): -12381835 or 7672131. OLE color: 7672131.

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

Color convert

RGB 67 17 117 -
CMYK 0.43 0.85 0 0.54
HSL 270º 0.75% 0.26% -
HSV(B) 270º 0.85% 0.46% -
XYZ 5.73 2.88 17.08 -
YUV 43.35 169.57 144.87 -
System Red Green Blue C M Y K H S L
Decimal 67 17 117 0.43 0.85 0 0.54 270 0.75 0.26
Hex 43 11 75 2B 55 0 36 10E 4B 1A
Octal 103 21 165 53 125 0 66 416 113 32
Binary 1000011 10001 1110101 101011 1010101 0 110110 100001110 1001011 11010

Color Harmonies of #431175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431175

Black with #431175

Text Example


Text Example

White with #431175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431175; }

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

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

background-color css

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

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

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

border-color css

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

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

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