Html Css Color HEX #4100A1 Indigo

📋 copy color: '#4100A1'

red 65 ◦ green 0 ◦ blue 161

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

Shades of Indigo #4100A1

Tints of Indigo #4100A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 71.24%

R = 28.76%
G = 0%
B = 71.24%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4100A1 (or 0x4100A1) is known color: Indigo. HEX triplet: 41, 00 and A1. RGB value is (65,0,161). Sum of RGB (Red+Green+Blue) = 65+0+161=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 161 (63.28% from 255 or 71.24% from 226); Max value from RGB is 161 - color contains mainly: blue. Hex color #4100A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4100A1 is #BEFF5E. Grayscale: #252525. Windows color (decimal): -12517215 or 10551361. OLE color: 10551361.

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

Color convert

RGB 65 0 161 -
CMYK 0.60 1 0 0.37
HSL 264.22º 1% 0.32% -
HSV(B) 264.22º 1% 0.63% -
XYZ 8.61 3.7 33.98 -
YUV 37.79 197.53 147.41 -
System Red Green Blue C M Y K H S L
Decimal 65 0 161 0.60 1 0 0.37 264.22 1 0.32
Hex 41 0 A1 3C 64 0 25 108 64 20
Octal 101 0 241 74 144 0 45 410 144 40
Binary 1000001 0 10100001 111100 1100100 0 100101 100001000 1100100 100000

Color Harmonies of #4100A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4100A1

Black with #4100A1

Text Example


Text Example

White with #4100A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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