Html Css Color HEX #4002AF Indigo

📋 copy color: '#4002AF'

red 64 ◦ green 2 ◦ blue 175

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

Shades of Indigo #4002AF

Tints of Indigo #4002AF

RGB

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

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

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

R = 26.56%
G = 0.83%
B = 72.61%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4002AF (or 0x4002AF) is known color: Indigo. HEX triplet: 40, 02 and AF. RGB value is (64,2,175). Sum of RGB (Red+Green+Blue) = 64+2+175=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #4002AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4002AF is #BFFD50. Grayscale: #272727. Windows color (decimal): -12582225 or 11469376. OLE color: 11469376.

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

Color convert

RGB 64 2 175 -
CMYK 0.63 0.99 0 0.31
HSL 261.5º 0.98% 0.35% -
HSV(B) 261.5º 0.99% 0.69% -
XYZ 9.87 4.23 40.85 -
YUV 40.26 204.04 144.93 -
System Red Green Blue C M Y K H S L
Decimal 64 2 175 0.63 0.99 0 0.31 261.5 0.98 0.35
Hex 40 2 AF 3F 63 0 1F 106 62 23
Octal 100 2 257 77 143 0 37 406 142 43
Binary 1000000 10 10101111 111111 1100011 0 11111 100000110 1100010 100011

Color Harmonies of #4002AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4002AF

Black with #4002AF

Text Example


Text Example

White with #4002AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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