Html Css Color HEX #41049B Indigo

📋 copy color: '#41049B'

red 65 ◦ green 4 ◦ blue 155

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

Shades of Indigo #41049B

Tints of Indigo #41049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 69.2%

R = 29.02%
G = 1.79%
B = 69.2%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41049B (or 0x41049B) is known color: Indigo. HEX triplet: 41, 04 and 9B. RGB value is (65,4,155). Sum of RGB (Red+Green+Blue) = 65+4+155=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #41049B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41049B is #BEFB64. Grayscale: #262626. Windows color (decimal): -12516197 or 10159169. OLE color: 10159169.

HSL color Cylindrical-coordinate representation of color #41049B: hue angle of 264.24º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41049B is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 4 155 -
CMYK 0.58 0.97 0 0.39
HSL 264.24º 0.95% 0.31% -
HSV(B) 264.24º 0.97% 0.61% -
XYZ 8.14 3.58 31.27 -
YUV 39.45 193.21 146.22 -
System Red Green Blue C M Y K H S L
Decimal 65 4 155 0.58 0.97 0 0.39 264.24 0.95 0.31
Hex 41 4 9B 3A 61 0 27 108 5F 1F
Octal 101 4 233 72 141 0 47 410 137 37
Binary 1000001 100 10011011 111010 1100001 0 100111 100001000 1011111 11111

Color Harmonies of #41049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41049B

Black with #41049B

Text Example


Text Example

White with #41049B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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