Html Css Color HEX #4201AF Indigo

📋 copy color: '#4201AF'

red 66 ◦ green 1 ◦ blue 175

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

Shades of Indigo #4201AF

Tints of Indigo #4201AF

RGB

 RED value IS 66 (26.17% from 255) = 27.27%

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 27.27%
G = 0.41%
B = 72.31%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4201AF (or 0x4201AF) is known color: Indigo. HEX triplet: 42, 01 and AF. RGB value is (66,1,175). Sum of RGB (Red+Green+Blue) = 66+1+175=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #4201AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4201AF is #BDFE50. Grayscale: #272727. Windows color (decimal): -12451409 or 11469122. OLE color: 11469122.

HSL color Cylindrical-coordinate representation of color #4201AF: hue angle of 262.41º degrees, saturation: 0.99, 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 #4201AF is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 1 175 -
CMYK 0.62 0.99 0 0.31
HSL 262.41º 0.99% 0.35% -
HSV(B) 262.41º 0.99% 0.69% -
XYZ 10 4.28 40.86 -
YUV 40.27 204.03 146.35 -
System Red Green Blue C M Y K H S L
Decimal 66 1 175 0.62 0.99 0 0.31 262.41 0.99 0.35
Hex 42 1 AF 3E 63 0 1F 106 63 23
Octal 102 1 257 76 143 0 37 406 143 43
Binary 1000010 1 10101111 111110 1100011 0 11111 100000110 1100011 100011

Color Harmonies of #4201AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4201AF

Black with #4201AF

Text Example


Text Example

White with #4201AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,1,175); }

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

background-color css

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

 a { background-color: rgb(66,1,175); }

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

border-color css

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

 span { border-color: rgb(66,1,175); }

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