Html Css Color HEX #41066F Indigo

📋 copy color: '#41066F'

red 65 ◦ green 6 ◦ blue 111

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

Shades of Indigo #41066F

Tints of Indigo #41066F

RGB

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

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

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

R = 35.71%
G = 3.3%
B = 60.99%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#41066F (or 0x41066F) is known color: Indigo. HEX triplet: 41, 06 and 6F. RGB value is (65,6,111). Sum of RGB (Red+Green+Blue) = 65+6+111=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 111 (43.75% from 255 or 60.99% from 182); Max value from RGB is 111 - color contains mainly: blue. Hex color #41066F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41066F is #BEF990. Grayscale: #232323. Windows color (decimal): -12515729 or 7276097. OLE color: 7276097.

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

Color convert

RGB 65 6 111 -
CMYK 0.41 0.95 0 0.56
HSL 273.71º 0.9% 0.23% -
HSV(B) 273.71º 0.95% 0.44% -
XYZ 5.11 2.4 15.23 -
YUV 35.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 65 6 111 0.41 0.95 0 0.56 273.71 0.9 0.23
Hex 41 6 6F 29 5F 0 38 112 5A 17
Octal 101 6 157 51 137 0 70 422 132 27
Binary 1000001 110 1101111 101001 1011111 0 111000 100010010 1011010 10111

Color Harmonies of #41066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41066F

Black with #41066F

Text Example


Text Example

White with #41066F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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