Html Css Color HEX #4108AD Indigo

📋 copy color: '#4108AD'

red 65 ◦ green 8 ◦ blue 173

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

Shades of Indigo #4108AD

Tints of Indigo #4108AD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.25%

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

R = 26.42%
G = 3.25%
B = 70.33%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4108AD (or 0x4108AD) is known color: Indigo. HEX triplet: 41, 08 and AD. RGB value is (65,8,173). Sum of RGB (Red+Green+Blue) = 65+8+173=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #4108AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4108AD is #BEF752. Grayscale: #2B2B2B. Windows color (decimal): -12515155 or 11339841. OLE color: 11339841.

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

Color convert

RGB 65 8 173 -
CMYK 0.62 0.95 0 0.32
HSL 260.73º 0.91% 0.35% -
HSV(B) 260.73º 0.95% 0.68% -
XYZ 9.81 4.31 39.85 -
YUV 43.85 200.88 143.08 -
System Red Green Blue C M Y K H S L
Decimal 65 8 173 0.62 0.95 0 0.32 260.73 0.91 0.35
Hex 41 8 AD 3E 5F 0 20 105 5B 23
Octal 101 10 255 76 137 0 40 405 133 43
Binary 1000001 1000 10101101 111110 1011111 0 100000 100000101 1011011 100011

Color Harmonies of #4108AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4108AD

Black with #4108AD

Text Example


Text Example

White with #4108AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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