Html Css Color HEX #431198 Indigo

📋 copy color: '#431198'

red 67 ◦ green 17 ◦ blue 152

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

Shades of Indigo #431198

Tints of Indigo #431198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 64.41%

R = 28.39%
G = 7.2%
B = 64.41%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#431198 (or 0x431198) is known color: Indigo. HEX triplet: 43, 11 and 98. RGB value is (67,17,152). Sum of RGB (Red+Green+Blue) = 67+17+152=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #431198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431198 is #BCEE67. Grayscale: #2E2E2E. Windows color (decimal): -12381800 or 9965891. OLE color: 9965891.

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

Color convert

RGB 67 17 152 -
CMYK 0.56 0.89 0 0.40
HSL 262.22º 0.8% 0.33% -
HSV(B) 262.22º 0.89% 0.6% -
XYZ 8.18 3.86 30.02 -
YUV 47.34 187.07 142.02 -
System Red Green Blue C M Y K H S L
Decimal 67 17 152 0.56 0.89 0 0.40 262.22 0.8 0.33
Hex 43 11 98 38 59 0 28 106 50 21
Octal 103 21 230 70 131 0 50 406 120 41
Binary 1000011 10001 10011000 111000 1011001 0 101000 100000110 1010000 100001

Color Harmonies of #431198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431198

Black with #431198

Text Example


Text Example

White with #431198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431198; }

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

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

background-color css

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

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

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

border-color css

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

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

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