Html Css Color HEX #41045F Indigo

📋 copy color: '#41045F'

red 65 ◦ green 4 ◦ blue 95

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

Shades of Indigo #41045F

Tints of Indigo #41045F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.44%

 BLUE value IS 95 (37.5% from 255) = 57.93%

R = 39.63%
G = 2.44%
B = 57.93%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41045F (or 0x41045F) is known color: Indigo. HEX triplet: 41, 04 and 5F. RGB value is (65,4,95). Sum of RGB (Red+Green+Blue) = 65+4+95=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #41045F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41045F is #BEFBA0. Grayscale: #202020. Windows color (decimal): -12516257 or 6227009. OLE color: 6227009.

HSL color Cylindrical-coordinate representation of color #41045F: hue angle of 280.22º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41045F is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 4 95 -
CMYK 0.32 0.96 0 0.63
HSL 280.22º 0.92% 0.19% -
HSV(B) 280.22º 0.96% 0.37% -
XYZ 4.29 2.04 10.99 -
YUV 32.61 163.21 151.1 -
System Red Green Blue C M Y K H S L
Decimal 65 4 95 0.32 0.96 0 0.63 280.22 0.92 0.19
Hex 41 4 5F 20 60 0 3F 118 5C 13
Octal 101 4 137 40 140 0 77 430 134 23
Binary 1000001 100 1011111 100000 1100000 0 111111 100011000 1011100 10011

Color Harmonies of #41045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41045F

Black with #41045F

Text Example


Text Example

White with #41045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,4,95); }

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

background-color css

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

 a { background-color: rgb(65,4,95); }

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

border-color css

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

 span { border-color: rgb(65,4,95); }

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