Html Css Color HEX #4203AE Indigo

📋 copy color: '#4203AE'

red 66 ◦ green 3 ◦ blue 174

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

Shades of Indigo #4203AE

Tints of Indigo #4203AE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

 BLUE value IS 174 (68.36% from 255) = 71.6%

R = 27.16%
G = 1.23%
B = 71.6%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4203AE (or 0x4203AE) is known color: Indigo. HEX triplet: 42, 03 and AE. RGB value is (66,3,174). Sum of RGB (Red+Green+Blue) = 66+3+174=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #4203AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4203AE is #BDFC51. Grayscale: #282828. Windows color (decimal): -12450898 or 11404098. OLE color: 11404098.

HSL color Cylindrical-coordinate representation of color #4203AE: hue angle of 262.11º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4203AE is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 3 174 -
CMYK 0.62 0.98 0 0.32
HSL 262.11º 0.97% 0.35% -
HSV(B) 262.11º 0.98% 0.68% -
XYZ 9.92 4.28 40.35 -
YUV 41.33 202.87 145.6 -
System Red Green Blue C M Y K H S L
Decimal 66 3 174 0.62 0.98 0 0.32 262.11 0.97 0.35
Hex 42 3 AE 3E 62 0 20 106 61 23
Octal 102 3 256 76 142 0 40 406 141 43
Binary 1000010 11 10101110 111110 1100010 0 100000 100000110 1100001 100011

Color Harmonies of #4203AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4203AE

Black with #4203AE

Text Example


Text Example

White with #4203AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4203AE; }

 p { color: rgb(66,3,174); }

 H1.HeaderClassName
 {
   color: #4203AE;
 }
 .AnyTagClassName
 {
   color: #4203AE;
 }
</style>

background-color css

<style>
 a { background-color: #4203AE; }

 a { background-color: rgb(66,3,174); }

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

border-color css

<style>
 span { border-color: #4203AE; }

 span { border-color: rgb(66,3,174); }

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