Html Css Color HEX #41055D Indigo

📋 copy color: '#41055D'

red 65 ◦ green 5 ◦ blue 93

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

Shades of Indigo #41055D

Tints of Indigo #41055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.07%

 BLUE value IS 93 (36.72% from 255) = 57.06%

R = 39.88%
G = 3.07%
B = 57.06%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41055D (or 0x41055D) is known color: Indigo. HEX triplet: 41, 05 and 5D. RGB value is (65,5,93). Sum of RGB (Red+Green+Blue) = 65+5+93=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #41055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41055D is #BEFAA2. Grayscale: #202020. Windows color (decimal): -12516003 or 6096193. OLE color: 6096193.

HSL color Cylindrical-coordinate representation of color #41055D: hue angle of 280.91º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41055D is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 5 93 -
CMYK 0.30 0.95 0 0.64
HSL 280.91º 0.9% 0.19% -
HSV(B) 280.91º 0.95% 0.36% -
XYZ 4.21 2.02 10.52 -
YUV 32.97 161.88 150.84 -
System Red Green Blue C M Y K H S L
Decimal 65 5 93 0.30 0.95 0 0.64 280.91 0.9 0.19
Hex 41 5 5D 1E 5F 0 40 119 5A 13
Octal 101 5 135 36 137 0 100 431 132 23
Binary 1000001 101 1011101 11110 1011111 0 1000000 100011001 1011010 10011

Color Harmonies of #41055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41055D

Black with #41055D

Text Example


Text Example

White with #41055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,5,93); }

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

background-color css

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

 a { background-color: rgb(65,5,93); }

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

border-color css

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

 span { border-color: rgb(65,5,93); }

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