Html Css Color HEX #4707AA Indigo

📋 copy color: '#4707AA'

red 71 ◦ green 7 ◦ blue 170

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

Shades of Indigo #4707AA

Tints of Indigo #4707AA

RGB

 RED value IS 71 (28.13% from 255) = 28.63%

 GREEN value IS 7 (3.13% from 255) = 2.82%

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

R = 28.63%
G = 2.82%
B = 68.55%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4707AA (or 0x4707AA) is known color: Indigo. HEX triplet: 47, 07 and AA. RGB value is (71,7,170). Sum of RGB (Red+Green+Blue) = 71+7+170=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #4707AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4707AA is #B8F855. Grayscale: #2C2C2C. Windows color (decimal): -12122198 or 11142983. OLE color: 11142983.

HSL color Cylindrical-coordinate representation of color #4707AA: hue angle of 263.56º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4707AA is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 7 170 -
CMYK 0.58 0.96 0 0.33
HSL 263.56º 0.92% 0.35% -
HSV(B) 263.56º 0.96% 0.67% -
XYZ 9.93 4.39 38.35 -
YUV 44.72 198.7 146.75 -
System Red Green Blue C M Y K H S L
Decimal 71 7 170 0.58 0.96 0 0.33 263.56 0.92 0.35
Hex 47 7 AA 3A 60 0 21 108 5C 23
Octal 107 7 252 72 140 0 41 410 134 43
Binary 1000111 111 10101010 111010 1100000 0 100001 100001000 1011100 100011

Color Harmonies of #4707AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4707AA

Black with #4707AA

Text Example


Text Example

White with #4707AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,7,170); }

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

background-color css

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

 a { background-color: rgb(71,7,170); }

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

border-color css

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

 span { border-color: rgb(71,7,170); }

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