Html Css Color HEX #41005B Indigo

📋 copy color: '#41005B'

red 65 ◦ green 0 ◦ blue 91

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

Shades of Indigo #41005B

Tints of Indigo #41005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 58.33%

R = 41.67%
G = 0%
B = 58.33%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41005B (or 0x41005B) is known color: Indigo. HEX triplet: 41, 00 and 5B. RGB value is (65,0,91). Sum of RGB (Red+Green+Blue) = 65+0+91=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 91 (35.94% from 255 or 58.33% from 156); Max value from RGB is 91 - color contains mainly: blue. Hex color #41005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41005B is #BEFFA4. Grayscale: #1D1D1D. Windows color (decimal): -12517285 or 5963841. OLE color: 5963841.

HSL color Cylindrical-coordinate representation of color #41005B: hue angle of 282.86º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41005B is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 0 91 -
CMYK 0.29 1 0 0.64
HSL 282.86º 1% 0.18% -
HSV(B) 282.86º 1% 0.36% -
XYZ 4.07 1.88 10.05 -
YUV 29.81 162.53 153.1 -
System Red Green Blue C M Y K H S L
Decimal 65 0 91 0.29 1 0 0.64 282.86 1 0.18
Hex 41 0 5B 1D 64 0 40 11B 64 12
Octal 101 0 133 35 144 0 100 433 144 22
Binary 1000001 0 1011011 11101 1100100 0 1000000 100011011 1100100 10010

Color Harmonies of #41005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41005B

Black with #41005B

Text Example


Text Example

White with #41005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41005B; }

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

 H1.HeaderClassName
 {
   color: #41005B;
 }
 .AnyTagClassName
 {
   color: #41005B;
 }
</style>

background-color css

<style>
 a { background-color: #41005B; }

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

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

border-color css

<style>
 span { border-color: #41005B; }

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

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