Html Css Color HEX #4008A3 Indigo

📋 copy color: '#4008A3'

red 64 ◦ green 8 ◦ blue 163

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

Shades of Indigo #4008A3

Tints of Indigo #4008A3

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

 BLUE value IS 163 (64.06% from 255) = 69.36%

R = 27.23%
G = 3.4%
B = 69.36%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4008A3 (or 0x4008A3) is known color: Indigo. HEX triplet: 40, 08 and A3. RGB value is (64,8,163). Sum of RGB (Red+Green+Blue) = 64+8+163=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 163 (64.06% from 255 or 69.36% from 235); Max value from RGB is 163 - color contains mainly: blue. Hex color #4008A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4008A3 is #BFF75C. Grayscale: #292929. Windows color (decimal): -12580701 or 10684480. OLE color: 10684480.

HSL color Cylindrical-coordinate representation of color #4008A3: hue angle of 261.68º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4008A3 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 8 163 -
CMYK 0.61 0.95 0 0.36
HSL 261.68º 0.91% 0.34% -
HSV(B) 261.68º 0.95% 0.64% -
XYZ 8.81 3.91 34.94 -
YUV 42.41 196.05 143.4 -
System Red Green Blue C M Y K H S L
Decimal 64 8 163 0.61 0.95 0 0.36 261.68 0.91 0.34
Hex 40 8 A3 3D 5F 0 24 106 5B 22
Octal 100 10 243 75 137 0 44 406 133 42
Binary 1000000 1000 10100011 111101 1011111 0 100100 100000110 1011011 100010

Color Harmonies of #4008A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4008A3

Black with #4008A3

Text Example


Text Example

White with #4008A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4008A3; }

 p { color: rgb(64,8,163); }

 H1.HeaderClassName
 {
   color: #4008A3;
 }
 .AnyTagClassName
 {
   color: #4008A3;
 }
</style>

background-color css

<style>
 a { background-color: #4008A3; }

 a { background-color: rgb(64,8,163); }

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

border-color css

<style>
 span { border-color: #4008A3; }

 span { border-color: rgb(64,8,163); }

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