Html Css Color HEX #41049D Indigo

📋 copy color: '#41049D'

red 65 ◦ green 4 ◦ blue 157

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

Shades of Indigo #41049D

Tints of Indigo #41049D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 69.47%

R = 28.76%
G = 1.77%
B = 69.47%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41049D (or 0x41049D) is known color: Indigo. HEX triplet: 41, 04 and 9D. RGB value is (65,4,157). Sum of RGB (Red+Green+Blue) = 65+4+157=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #41049D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41049D is #BEFB62. Grayscale: #272727. Windows color (decimal): -12516195 or 10290241. OLE color: 10290241.

HSL color Cylindrical-coordinate representation of color #41049D: hue angle of 263.92º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41049D is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 4 157 -
CMYK 0.59 0.97 0 0.38
HSL 263.92º 0.95% 0.32% -
HSV(B) 263.92º 0.97% 0.62% -
XYZ 8.31 3.64 32.16 -
YUV 39.68 194.21 146.06 -
System Red Green Blue C M Y K H S L
Decimal 65 4 157 0.59 0.97 0 0.38 263.92 0.95 0.32
Hex 41 4 9D 3B 61 0 26 108 5F 20
Octal 101 4 235 73 141 0 46 410 137 40
Binary 1000001 100 10011101 111011 1100001 0 100110 100001000 1011111 100000

Color Harmonies of #41049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41049D

Black with #41049D

Text Example


Text Example

White with #41049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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