Html Css Color HEX #431197 Indigo

📋 copy color: '#431197'

red 67 ◦ green 17 ◦ blue 151

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

Shades of Indigo #431197

Tints of Indigo #431197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 64.26%

R = 28.51%
G = 7.23%
B = 64.26%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#431197 (or 0x431197) is known color: Indigo. HEX triplet: 43, 11 and 97. RGB value is (67,17,151). Sum of RGB (Red+Green+Blue) = 67+17+151=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #431197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431197 is #BCEE68. Grayscale: #2E2E2E. Windows color (decimal): -12381801 or 9900355. OLE color: 9900355.

HSL color Cylindrical-coordinate representation of color #431197: hue angle of 262.39º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #431197 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 67 17 151 -
CMYK 0.56 0.89 0 0.41
HSL 262.39º 0.8% 0.33% -
HSV(B) 262.39º 0.89% 0.59% -
XYZ 8.1 3.83 29.59 -
YUV 47.23 186.57 142.1 -
System Red Green Blue C M Y K H S L
Decimal 67 17 151 0.56 0.89 0 0.41 262.39 0.8 0.33
Hex 43 11 97 38 59 0 29 106 50 21
Octal 103 21 227 70 131 0 51 406 120 41
Binary 1000011 10001 10010111 111000 1011001 0 101001 100000110 1010000 100001

Color Harmonies of #431197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431197

Black with #431197

Text Example


Text Example

White with #431197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431197; }

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

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

background-color css

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

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

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

border-color css

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

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

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