Html Css Color HEX #4101AB Indigo

📋 copy color: '#4101AB'

red 65 ◦ green 1 ◦ blue 171

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

Shades of Indigo #4101AB

Tints of Indigo #4101AB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 27.43%
G = 0.42%
B = 72.15%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4101AB (or 0x4101AB) is known color: Indigo. HEX triplet: 41, 01 and AB. RGB value is (65,1,171). Sum of RGB (Red+Green+Blue) = 65+1+171=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #4101AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4101AB is #BEFE54. Grayscale: #262626. Windows color (decimal): -12516949 or 11206977. OLE color: 11206977.

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

Color convert

RGB 65 1 171 -
CMYK 0.62 0.99 0 0.33
HSL 262.59º 0.99% 0.34% -
HSV(B) 262.59º 0.99% 0.67% -
XYZ 9.54 4.09 38.81 -
YUV 39.52 202.2 146.18 -
System Red Green Blue C M Y K H S L
Decimal 65 1 171 0.62 0.99 0 0.33 262.59 0.99 0.34
Hex 41 1 AB 3E 63 0 21 107 63 22
Octal 101 1 253 76 143 0 41 407 143 42
Binary 1000001 1 10101011 111110 1100011 0 100001 100000111 1100011 100010

Color Harmonies of #4101AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4101AB

Black with #4101AB

Text Example


Text Example

White with #4101AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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