Html Css Color HEX #4100AD Indigo

📋 copy color: '#4100AD'

red 65 ◦ green 0 ◦ blue 173

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

Shades of Indigo #4100AD

Tints of Indigo #4100AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 27.31%
G = 0%
B = 72.69%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4100AD (or 0x4100AD) is known color: Indigo. HEX triplet: 41, 00 and AD. RGB value is (65,0,173). Sum of RGB (Red+Green+Blue) = 65+0+173=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 173 (67.97% from 255 or 72.69% from 238); Max value from RGB is 173 - color contains mainly: blue. Hex color #4100AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4100AD is #BEFF52. Grayscale: #262626. Windows color (decimal): -12517203 or 11337793. OLE color: 11337793.

HSL color Cylindrical-coordinate representation of color #4100AD: hue angle of 262.54º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4100AD is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 0 173 -
CMYK 0.62 1 0 0.32
HSL 262.54º 1% 0.34% -
HSV(B) 262.54º 1% 0.68% -
XYZ 9.72 4.14 39.82 -
YUV 39.16 203.53 146.43 -
System Red Green Blue C M Y K H S L
Decimal 65 0 173 0.62 1 0 0.32 262.54 1 0.34
Hex 41 0 AD 3E 64 0 20 107 64 22
Octal 101 0 255 76 144 0 40 407 144 42
Binary 1000001 0 10101101 111110 1100100 0 100000 100000111 1100100 100010

Color Harmonies of #4100AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4100AD

Black with #4100AD

Text Example


Text Example

White with #4100AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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