Html Css Color HEX #4104AB Indigo

📋 copy color: '#4104AB'

red 65 ◦ green 4 ◦ blue 171

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

Shades of Indigo #4104AB

Tints of Indigo #4104AB

RGB

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

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

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

R = 27.08%
G = 1.67%
B = 71.25%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4104AB (or 0x4104AB) is known color: Indigo. HEX triplet: 41, 04 and AB. RGB value is (65,4,171). Sum of RGB (Red+Green+Blue) = 65+4+171=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #4104AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4104AB is #BEFB54. Grayscale: #282828. Windows color (decimal): -12516181 or 11207745. OLE color: 11207745.

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

Color convert

RGB 65 4 171 -
CMYK 0.62 0.98 0 0.33
HSL 261.92º 0.95% 0.34% -
HSV(B) 261.92º 0.98% 0.67% -
XYZ 9.57 4.15 38.82 -
YUV 41.28 201.21 144.92 -
System Red Green Blue C M Y K H S L
Decimal 65 4 171 0.62 0.98 0 0.33 261.92 0.95 0.34
Hex 41 4 AB 3E 62 0 21 106 5F 22
Octal 101 4 253 76 142 0 41 406 137 42
Binary 1000001 100 10101011 111110 1100010 0 100001 100000110 1011111 100010

Color Harmonies of #4104AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4104AB

Black with #4104AB

Text Example


Text Example

White with #4104AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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