Html Css Color HEX #4006AF Indigo

📋 copy color: '#4006AF'

red 64 ◦ green 6 ◦ blue 175

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

Shades of Indigo #4006AF

Tints of Indigo #4006AF

RGB

 RED value IS 64 (25.39% from 255) = 26.12%

 GREEN value IS 6 (2.73% from 255) = 2.45%

 BLUE value IS 175 (68.75% from 255) = 71.43%

R = 26.12%
G = 2.45%
B = 71.43%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4006AF (or 0x4006AF) is known color: Indigo. HEX triplet: 40, 06 and AF. RGB value is (64,6,175). Sum of RGB (Red+Green+Blue) = 64+6+175=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 175 (68.75% from 255 or 71.43% from 245); Max value from RGB is 175 - color contains mainly: blue. Hex color #4006AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4006AF is #BFF950. Grayscale: #292929. Windows color (decimal): -12581201 or 11470400. OLE color: 11470400.

HSL color Cylindrical-coordinate representation of color #4006AF: hue angle of 260.59º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4006AF is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 6 175 -
CMYK 0.63 0.97 0 0.31
HSL 260.59º 0.93% 0.35% -
HSV(B) 260.59º 0.97% 0.69% -
XYZ 9.92 4.32 40.87 -
YUV 42.61 202.72 143.26 -
System Red Green Blue C M Y K H S L
Decimal 64 6 175 0.63 0.97 0 0.31 260.59 0.93 0.35
Hex 40 6 AF 3F 61 0 1F 105 5D 23
Octal 100 6 257 77 141 0 37 405 135 43
Binary 1000000 110 10101111 111111 1100001 0 11111 100000101 1011101 100011

Color Harmonies of #4006AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4006AF

Black with #4006AF

Text Example


Text Example

White with #4006AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4006AF; }

 p { color: rgb(64,6,175); }

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

background-color css

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

 a { background-color: rgb(64,6,175); }

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

border-color css

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

 span { border-color: rgb(64,6,175); }

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