Html Css Color HEX #4002A7 Indigo

📋 copy color: '#4002A7'

red 64 ◦ green 2 ◦ blue 167

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

Shades of Indigo #4002A7

Tints of Indigo #4002A7

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

 BLUE value IS 167 (65.63% from 255) = 71.67%

R = 27.47%
G = 0.86%
B = 71.67%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4002A7 (or 0x4002A7) is known color: Indigo. HEX triplet: 40, 02 and A7. RGB value is (64,2,167). Sum of RGB (Red+Green+Blue) = 64+2+167=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 167 (65.62% from 255 or 71.67% from 233); Max value from RGB is 167 - color contains mainly: blue. Hex color #4002A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4002A7 is #BFFD58. Grayscale: #262626. Windows color (decimal): -12582233 or 10945088. OLE color: 10945088.

HSL color Cylindrical-coordinate representation of color #4002A7: hue angle of 262.55º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4002A7 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 2 167 -
CMYK 0.62 0.99 0 0.35
HSL 262.55º 0.98% 0.33% -
HSV(B) 262.55º 0.99% 0.65% -
XYZ 9.11 3.92 36.84 -
YUV 39.35 200.04 145.58 -
System Red Green Blue C M Y K H S L
Decimal 64 2 167 0.62 0.99 0 0.35 262.55 0.98 0.33
Hex 40 2 A7 3E 63 0 23 107 62 21
Octal 100 2 247 76 143 0 43 407 142 41
Binary 1000000 10 10100111 111110 1100011 0 100011 100000111 1100010 100001

Color Harmonies of #4002A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4002A7

Black with #4002A7

Text Example


Text Example

White with #4002A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4002A7; }

 p { color: rgb(64,2,167); }

 H1.HeaderClassName
 {
   color: #4002A7;
 }
 .AnyTagClassName
 {
   color: #4002A7;
 }
</style>

background-color css

<style>
 a { background-color: #4002A7; }

 a { background-color: rgb(64,2,167); }

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

border-color css

<style>
 span { border-color: #4002A7; }

 span { border-color: rgb(64,2,167); }

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