Html Css Color HEX #41047C Indigo

📋 copy color: '#41047C'

red 65 ◦ green 4 ◦ blue 124

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

Shades of Indigo #41047C

Tints of Indigo #41047C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 64.25%

R = 33.68%
G = 2.07%
B = 64.25%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41047C (or 0x41047C) is known color: Indigo. HEX triplet: 41, 04 and 7C. RGB value is (65,4,124). Sum of RGB (Red+Green+Blue) = 65+4+124=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #41047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41047C is #BEFB83. Grayscale: #232323. Windows color (decimal): -12516228 or 8127553. OLE color: 8127553.

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

Color convert

RGB 65 4 124 -
CMYK 0.48 0.97 0 0.51
HSL 270.5º 0.94% 0.25% -
HSV(B) 270.5º 0.97% 0.49% -
XYZ 5.86 2.67 19.27 -
YUV 35.92 177.71 148.74 -
System Red Green Blue C M Y K H S L
Decimal 65 4 124 0.48 0.97 0 0.51 270.5 0.94 0.25
Hex 41 4 7C 30 61 0 33 10E 5E 19
Octal 101 4 174 60 141 0 63 416 136 31
Binary 1000001 100 1111100 110000 1100001 0 110011 100001110 1011110 11001

Color Harmonies of #41047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41047C

Black with #41047C

Text Example


Text Example

White with #41047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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