Html Css Color HEX #4104AD Indigo

📋 copy color: '#4104AD'

red 65 ◦ green 4 ◦ blue 173

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

Shades of Indigo #4104AD

Tints of Indigo #4104AD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 26.86%
G = 1.65%
B = 71.49%

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

#4104AD (or 0x4104AD) is known color: Indigo. HEX triplet: 41, 04 and AD. RGB value is (65,4,173). Sum of RGB (Red+Green+Blue) = 65+4+173=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #4104AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4104AD is #BEFB52. Grayscale: #282828. Windows color (decimal): -12516179 or 11338817. OLE color: 11338817.

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

Color convert

RGB 65 4 173 -
CMYK 0.62 0.98 0 0.32
HSL 261.66º 0.95% 0.35% -
HSV(B) 261.66º 0.98% 0.68% -
XYZ 9.77 4.23 39.84 -
YUV 41.51 202.21 144.76 -
System Red Green Blue C M Y K H S L
Decimal 65 4 173 0.62 0.98 0 0.32 261.66 0.95 0.35
Hex 41 4 AD 3E 62 0 20 106 5F 23
Octal 101 4 255 76 142 0 40 406 137 43
Binary 1000001 100 10101101 111110 1100010 0 100000 100000110 1011111 100011

Color Harmonies of #4104AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4104AD

Black with #4104AD

Text Example


Text Example

White with #4104AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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