Html Css Color HEX #41016F Indigo

📋 copy color: '#41016F'

red 65 ◦ green 1 ◦ blue 111

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

Shades of Indigo #41016F

Tints of Indigo #41016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 62.71%

R = 36.72%
G = 0.56%
B = 62.71%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#41016F (or 0x41016F) is known color: Indigo. HEX triplet: 41, 01 and 6F. RGB value is (65,1,111). Sum of RGB (Red+Green+Blue) = 65+1+111=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #41016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41016F is #BEFE90. Grayscale: #202020. Windows color (decimal): -12517009 or 7274817. OLE color: 7274817.

HSL color Cylindrical-coordinate representation of color #41016F: hue angle of 274.91º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41016F is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 1 111 -
CMYK 0.41 0.99 0 0.56
HSL 274.91º 0.98% 0.22% -
HSV(B) 274.91º 0.99% 0.44% -
XYZ 5.06 2.29 15.21 -
YUV 32.68 172.2 151.06 -
System Red Green Blue C M Y K H S L
Decimal 65 1 111 0.41 0.99 0 0.56 274.91 0.98 0.22
Hex 41 1 6F 29 63 0 38 113 62 16
Octal 101 1 157 51 143 0 70 423 142 26
Binary 1000001 1 1101111 101001 1100011 0 111000 100010011 1100010 10110

Color Harmonies of #41016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41016F

Black with #41016F

Text Example


Text Example

White with #41016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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