Html Css Color HEX #4310AA Indigo

📋 copy color: '#4310AA'

red 67 ◦ green 16 ◦ blue 170

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

Shades of Indigo #4310AA

Tints of Indigo #4310AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.32%

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

R = 26.48%
G = 6.32%
B = 67.19%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4310AA (or 0x4310AA) is known color: Indigo. HEX triplet: 43, 10 and AA. RGB value is (67,16,170). Sum of RGB (Red+Green+Blue) = 67+16+170=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #4310AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4310AA is #BCEF55. Grayscale: #303030. Windows color (decimal): -12382038 or 11145283. OLE color: 11145283.

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

Color convert

RGB 67 16 170 -
CMYK 0.61 0.91 0 0.33
HSL 259.87º 0.83% 0.36% -
HSV(B) 259.87º 0.91% 0.67% -
XYZ 9.76 4.47 38.38 -
YUV 48.81 196.4 140.98 -
System Red Green Blue C M Y K H S L
Decimal 67 16 170 0.61 0.91 0 0.33 259.87 0.83 0.36
Hex 43 10 AA 3D 5B 0 21 104 53 24
Octal 103 20 252 75 133 0 41 404 123 44
Binary 1000011 10000 10101010 111101 1011011 0 100001 100000100 1010011 100100

Color Harmonies of #4310AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4310AA

Black with #4310AA

Text Example


Text Example

White with #4310AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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