Html Css Color HEX #4103AD Indigo

📋 copy color: '#4103AD'

red 65 ◦ green 3 ◦ blue 173

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

Shades of Indigo #4103AD

Tints of Indigo #4103AD

RGB

 RED value IS 65 (25.78% from 255) = 26.97%

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

 BLUE value IS 173 (67.97% from 255) = 71.78%

R = 26.97%
G = 1.24%
B = 71.78%

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

#4103AD (or 0x4103AD) is known color: Indigo. HEX triplet: 41, 03 and AD. RGB value is (65,3,173). Sum of RGB (Red+Green+Blue) = 65+3+173=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #4103AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4103AD is #BEFC52. Grayscale: #282828. Windows color (decimal): -12516435 or 11338561. OLE color: 11338561.

HSL color Cylindrical-coordinate representation of color #4103AD: hue angle of 261.88º 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 #4103AD is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 3 173 -
CMYK 0.62 0.98 0 0.32
HSL 261.88º 0.97% 0.35% -
HSV(B) 261.88º 0.98% 0.68% -
XYZ 9.76 4.21 39.83 -
YUV 40.92 202.54 145.18 -
System Red Green Blue C M Y K H S L
Decimal 65 3 173 0.62 0.98 0 0.32 261.88 0.97 0.35
Hex 41 3 AD 3E 62 0 20 106 61 23
Octal 101 3 255 76 142 0 40 406 141 43
Binary 1000001 11 10101101 111110 1100010 0 100000 100000110 1100001 100011

Color Harmonies of #4103AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4103AD

Black with #4103AD

Text Example


Text Example

White with #4103AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4103AD; }

 p { color: rgb(65,3,173); }

 H1.HeaderClassName
 {
   color: #4103AD;
 }
 .AnyTagClassName
 {
   color: #4103AD;
 }
</style>

background-color css

<style>
 a { background-color: #4103AD; }

 a { background-color: rgb(65,3,173); }

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

border-color css

<style>
 span { border-color: #4103AD; }

 span { border-color: rgb(65,3,173); }

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