Html Css Color HEX #4207AD Indigo

📋 copy color: '#4207AD'

red 66 ◦ green 7 ◦ blue 173

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

Shades of Indigo #4207AD

Tints of Indigo #4207AD

RGB

 RED value IS 66 (26.17% from 255) = 26.83%

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

 BLUE value IS 173 (67.97% from 255) = 70.33%

R = 26.83%
G = 2.85%
B = 70.33%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4207AD (or 0x4207AD) is known color: Indigo. HEX triplet: 42, 07 and AD. RGB value is (66,7,173). Sum of RGB (Red+Green+Blue) = 66+7+173=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #4207AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4207AD is #BDF852. Grayscale: #2A2A2A. Windows color (decimal): -12449875 or 11339586. OLE color: 11339586.

HSL color Cylindrical-coordinate representation of color #4207AD: hue angle of 261.33º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4207AD is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 7 173 -
CMYK 0.62 0.96 0 0.32
HSL 261.33º 0.92% 0.35% -
HSV(B) 261.33º 0.96% 0.68% -
XYZ 9.87 4.33 39.85 -
YUV 43.57 201.05 144 -
System Red Green Blue C M Y K H S L
Decimal 66 7 173 0.62 0.96 0 0.32 261.33 0.92 0.35
Hex 42 7 AD 3E 60 0 20 105 5C 23
Octal 102 7 255 76 140 0 40 405 134 43
Binary 1000010 111 10101101 111110 1100000 0 100000 100000101 1011100 100011

Color Harmonies of #4207AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4207AD

Black with #4207AD

Text Example


Text Example

White with #4207AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4207AD; }

 p { color: rgb(66,7,173); }

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

background-color css

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

 a { background-color: rgb(66,7,173); }

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

border-color css

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

 span { border-color: rgb(66,7,173); }

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