Html Css Color HEX #41066C Indigo

📋 copy color: '#41066C'

red 65 ◦ green 6 ◦ blue 108

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

Shades of Indigo #41066C

Tints of Indigo #41066C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.35%

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

R = 36.31%
G = 3.35%
B = 60.34%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41066C (or 0x41066C) is known color: Indigo. HEX triplet: 41, 06 and 6C. RGB value is (65,6,108). Sum of RGB (Red+Green+Blue) = 65+6+108=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 108 (42.58% from 255 or 60.34% from 179); Max value from RGB is 108 - color contains mainly: blue. Hex color #41066C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41066C is #BEF993. Grayscale: #222222. Windows color (decimal): -12515732 or 7079489. OLE color: 7079489.

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

Color convert

RGB 65 6 108 -
CMYK 0.40 0.94 0 0.58
HSL 274.71º 0.89% 0.22% -
HSV(B) 274.71º 0.94% 0.42% -
XYZ 4.95 2.34 14.38 -
YUV 35.27 169.05 149.21 -
System Red Green Blue C M Y K H S L
Decimal 65 6 108 0.40 0.94 0 0.58 274.71 0.89 0.22
Hex 41 6 6C 28 5E 0 3A 113 59 16
Octal 101 6 154 50 136 0 72 423 131 26
Binary 1000001 110 1101100 101000 1011110 0 111010 100010011 1011001 10110

Color Harmonies of #41066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41066C

Black with #41066C

Text Example


Text Example

White with #41066C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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