Html Css Color HEX #41006D Indigo

📋 copy color: '#41006D'

red 65 ◦ green 0 ◦ blue 109

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

Shades of Indigo #41006D

Tints of Indigo #41006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 62.64%

R = 37.36%
G = 0%
B = 62.64%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#41006D (or 0x41006D) is known color: Indigo. HEX triplet: 41, 00 and 6D. RGB value is (65,0,109). Sum of RGB (Red+Green+Blue) = 65+0+109=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #41006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41006D is #BEFF92. Grayscale: #1F1F1F. Windows color (decimal): -12517267 or 7143489. OLE color: 7143489.

HSL color Cylindrical-coordinate representation of color #41006D: hue angle of 275.78º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41006D is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 0 109 -
CMYK 0.40 1 0 0.57
HSL 275.78º 1% 0.21% -
HSV(B) 275.78º 1% 0.43% -
XYZ 4.94 2.23 14.64 -
YUV 31.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 65 0 109 0.40 1 0 0.57 275.78 1 0.21
Hex 41 0 6D 28 64 0 39 114 64 15
Octal 101 0 155 50 144 0 71 424 144 25
Binary 1000001 0 1101101 101000 1100100 0 111001 100010100 1100100 10101

Color Harmonies of #41006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41006D

Black with #41006D

Text Example


Text Example

White with #41006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41006D; }

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

 H1.HeaderClassName
 {
   color: #41006D;
 }
 .AnyTagClassName
 {
   color: #41006D;
 }
</style>

background-color css

<style>
 a { background-color: #41006D; }

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

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

border-color css

<style>
 span { border-color: #41006D; }

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

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