Html Css Color HEX #4203A5 Indigo

📋 copy color: '#4203A5'

red 66 ◦ green 3 ◦ blue 165

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

Shades of Indigo #4203A5

Tints of Indigo #4203A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 70.51%

R = 28.21%
G = 1.28%
B = 70.51%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4203A5 (or 0x4203A5) is known color: Indigo. HEX triplet: 42, 03 and A5. RGB value is (66,3,165). Sum of RGB (Red+Green+Blue) = 66+3+165=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 165 (64.84% from 255 or 70.51% from 234); Max value from RGB is 165 - color contains mainly: blue. Hex color #4203A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4203A5 is #BDFC5A. Grayscale: #272727. Windows color (decimal): -12450907 or 10814274. OLE color: 10814274.

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

Color convert

RGB 66 3 165 -
CMYK 0.60 0.98 0 0.35
HSL 263.33º 0.96% 0.33% -
HSV(B) 263.33º 0.98% 0.65% -
XYZ 9.07 3.94 35.88 -
YUV 40.31 198.37 146.33 -
System Red Green Blue C M Y K H S L
Decimal 66 3 165 0.60 0.98 0 0.35 263.33 0.96 0.33
Hex 42 3 A5 3C 62 0 23 107 60 21
Octal 102 3 245 74 142 0 43 407 140 41
Binary 1000010 11 10100101 111100 1100010 0 100011 100000111 1100000 100001

Color Harmonies of #4203A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4203A5

Black with #4203A5

Text Example


Text Example

White with #4203A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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