Html Css Color HEX #41047F Indigo

📋 copy color: '#41047F'

red 65 ◦ green 4 ◦ blue 127

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

Shades of Indigo #41047F

Tints of Indigo #41047F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 64.8%

R = 33.16%
G = 2.04%
B = 64.8%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#41047F (or 0x41047F) is known color: Indigo. HEX triplet: 41, 04 and 7F. RGB value is (65,4,127). Sum of RGB (Red+Green+Blue) = 65+4+127=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #41047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41047F is #BEFB80. Grayscale: #232323. Windows color (decimal): -12516225 or 8324161. OLE color: 8324161.

HSL color Cylindrical-coordinate representation of color #41047F: hue angle of 269.76º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41047F is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 4 127 -
CMYK 0.49 0.97 0 0.50
HSL 269.76º 0.94% 0.26% -
HSV(B) 269.76º 0.97% 0.5% -
XYZ 6.05 2.74 20.29 -
YUV 36.26 179.21 148.5 -
System Red Green Blue C M Y K H S L
Decimal 65 4 127 0.49 0.97 0 0.50 269.76 0.94 0.26
Hex 41 4 7F 31 61 0 32 10E 5E 1A
Octal 101 4 177 61 141 0 62 416 136 32
Binary 1000001 100 1111111 110001 1100001 0 110010 100001110 1011110 11010

Color Harmonies of #41047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41047F

Black with #41047F

Text Example


Text Example

White with #41047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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