Html Css Color HEX #4311AA Indigo

📋 copy color: '#4311AA'

red 67 ◦ green 17 ◦ blue 170

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

Shades of Indigo #4311AA

Tints of Indigo #4311AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 66.93%

R = 26.38%
G = 6.69%
B = 66.93%

CMYK

 C value IS 0.61

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4311AA (or 0x4311AA) is known color: Indigo. HEX triplet: 43, 11 and AA. RGB value is (67,17,170). Sum of RGB (Red+Green+Blue) = 67+17+170=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #4311AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4311AA is #BCEE55. Grayscale: #303030. Windows color (decimal): -12381782 or 11145539. OLE color: 11145539.

HSL color Cylindrical-coordinate representation of color #4311AA: hue angle of 259.61º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4311AA is Cyan = 0.61, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 17 170 -
CMYK 0.61 0.9 0 0.33
HSL 259.61º 0.82% 0.37% -
HSV(B) 259.61º 0.9% 0.67% -
XYZ 9.77 4.5 38.38 -
YUV 49.39 196.07 140.56 -
System Red Green Blue C M Y K H S L
Decimal 67 17 170 0.61 0.9 0 0.33 259.61 0.82 0.37
Hex 43 11 AA 3D 5A 0 21 104 52 25
Octal 103 21 252 75 132 0 41 404 122 45
Binary 1000011 10001 10101010 111101 1011010 0 100001 100000100 1010010 100101

Color Harmonies of #4311AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4311AA

Black with #4311AA

Text Example


Text Example

White with #4311AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4311AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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