Html Css Color HEX #431195 Indigo

📋 copy color: '#431195'

red 67 ◦ green 17 ◦ blue 149

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

Shades of Indigo #431195

Tints of Indigo #431195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.95%

R = 28.76%
G = 7.3%
B = 63.95%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#431195 (or 0x431195) is known color: Indigo. HEX triplet: 43, 11 and 95. RGB value is (67,17,149). Sum of RGB (Red+Green+Blue) = 67+17+149=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #431195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431195 is #BCEE6A. Grayscale: #2E2E2E. Windows color (decimal): -12381803 or 9769283. OLE color: 9769283.

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

Color convert

RGB 67 17 149 -
CMYK 0.55 0.89 0 0.42
HSL 262.73º 0.8% 0.33% -
HSV(B) 262.73º 0.89% 0.58% -
XYZ 7.94 3.76 28.74 -
YUV 47 185.57 142.27 -
System Red Green Blue C M Y K H S L
Decimal 67 17 149 0.55 0.89 0 0.42 262.73 0.8 0.33
Hex 43 11 95 37 59 0 2A 107 50 21
Octal 103 21 225 67 131 0 52 407 120 41
Binary 1000011 10001 10010101 110111 1011001 0 101010 100000111 1010000 100001

Color Harmonies of #431195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431195

Black with #431195

Text Example


Text Example

White with #431195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431195; }

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

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

background-color css

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

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

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

border-color css

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

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

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