Html Css Color HEX #4406AF Indigo

📋 copy color: '#4406AF'

red 68 ◦ green 6 ◦ blue 175

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

Shades of Indigo #4406AF

Tints of Indigo #4406AF

RGB

 RED value IS 68 (26.95% from 255) = 27.31%

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

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

R = 27.31%
G = 2.41%
B = 70.28%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4406AF (or 0x4406AF) is known color: Indigo. HEX triplet: 44, 06 and AF. RGB value is (68,6,175). Sum of RGB (Red+Green+Blue) = 68+6+175=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 175 (68.75% from 255 or 70.28% from 249); Max value from RGB is 175 - color contains mainly: blue. Hex color #4406AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4406AF is #BBF950. Grayscale: #2B2B2B. Windows color (decimal): -12319057 or 11470404. OLE color: 11470404.

HSL color Cylindrical-coordinate representation of color #4406AF: hue angle of 262.01º 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 #4406AF is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 6 175 -
CMYK 0.61 0.97 0 0.31
HSL 262.01º 0.93% 0.35% -
HSV(B) 262.01º 0.97% 0.69% -
XYZ 10.19 4.45 40.88 -
YUV 43.8 202.04 145.26 -
System Red Green Blue C M Y K H S L
Decimal 68 6 175 0.61 0.97 0 0.31 262.01 0.93 0.35
Hex 44 6 AF 3D 61 0 1F 106 5D 23
Octal 104 6 257 75 141 0 37 406 135 43
Binary 1000100 110 10101111 111101 1100001 0 11111 100000110 1011101 100011

Color Harmonies of #4406AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4406AF

Black with #4406AF

Text Example


Text Example

White with #4406AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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