Html Css Color HEX #41016C Indigo

📋 copy color: '#41016C'

red 65 ◦ green 1 ◦ blue 108

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

Shades of Indigo #41016C

Tints of Indigo #41016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 62.07%

R = 37.36%
G = 0.57%
B = 62.07%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41016C (or 0x41016C) is known color: Indigo. HEX triplet: 41, 01 and 6C. RGB value is (65,1,108). Sum of RGB (Red+Green+Blue) = 65+1+108=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 108 (42.58% from 255 or 62.07% from 174); Max value from RGB is 108 - color contains mainly: blue. Hex color #41016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41016C is #BEFE93. Grayscale: #1F1F1F. Windows color (decimal): -12517012 or 7078209. OLE color: 7078209.

HSL color Cylindrical-coordinate representation of color #41016C: hue angle of 275.89º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41016C is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 1 108 -
CMYK 0.40 0.99 0 0.58
HSL 275.89º 0.98% 0.21% -
HSV(B) 275.89º 0.99% 0.42% -
XYZ 4.9 2.23 14.36 -
YUV 32.33 170.7 151.3 -
System Red Green Blue C M Y K H S L
Decimal 65 1 108 0.40 0.99 0 0.58 275.89 0.98 0.21
Hex 41 1 6C 28 63 0 3A 114 62 15
Octal 101 1 154 50 143 0 72 424 142 25
Binary 1000001 1 1101100 101000 1100011 0 111010 100010100 1100010 10101

Color Harmonies of #41016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41016C

Black with #41016C

Text Example


Text Example

White with #41016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41016C; }

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

 H1.HeaderClassName
 {
   color: #41016C;
 }
 .AnyTagClassName
 {
   color: #41016C;
 }
</style>

background-color css

<style>
 a { background-color: #41016C; }

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

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

border-color css

<style>
 span { border-color: #41016C; }

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

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