Html Css Color HEX #4105AB Indigo

📋 copy color: '#4105AB'

red 65 ◦ green 5 ◦ blue 171

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

Shades of Indigo #4105AB

Tints of Indigo #4105AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 171 (67.19% from 255) = 70.95%

R = 26.97%
G = 2.07%
B = 70.95%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4105AB (or 0x4105AB) is known color: Indigo. HEX triplet: 41, 05 and AB. RGB value is (65,5,171). Sum of RGB (Red+Green+Blue) = 65+5+171=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #4105AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4105AB is #BEFA54. Grayscale: #292929. Windows color (decimal): -12515925 or 11208001. OLE color: 11208001.

HSL color Cylindrical-coordinate representation of color #4105AB: hue angle of 261.69º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4105AB is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 5 171 -
CMYK 0.62 0.97 0 0.33
HSL 261.69º 0.94% 0.35% -
HSV(B) 261.69º 0.97% 0.67% -
XYZ 9.58 4.17 38.83 -
YUV 41.86 200.88 144.5 -
System Red Green Blue C M Y K H S L
Decimal 65 5 171 0.62 0.97 0 0.33 261.69 0.94 0.35
Hex 41 5 AB 3E 61 0 21 106 5E 23
Octal 101 5 253 76 141 0 41 406 136 43
Binary 1000001 101 10101011 111110 1100001 0 100001 100000110 1011110 100011

Color Harmonies of #4105AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4105AB

Black with #4105AB

Text Example


Text Example

White with #4105AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4105AB; }

 p { color: rgb(65,5,171); }

 H1.HeaderClassName
 {
   color: #4105AB;
 }
 .AnyTagClassName
 {
   color: #4105AB;
 }
</style>

background-color css

<style>
 a { background-color: #4105AB; }

 a { background-color: rgb(65,5,171); }

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

border-color css

<style>
 span { border-color: #4105AB; }

 span { border-color: rgb(65,5,171); }

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