Html Css Color HEX #410472 Indigo

📋 copy color: '#410472'

red 65 ◦ green 4 ◦ blue 114

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

Shades of Indigo #410472

Tints of Indigo #410472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 62.3%

R = 35.52%
G = 2.19%
B = 62.3%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#410472 (or 0x410472) is known color: Indigo. HEX triplet: 41, 04 and 72. RGB value is (65,4,114). Sum of RGB (Red+Green+Blue) = 65+4+114=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #410472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410472 is #BEFB8D. Grayscale: #222222. Windows color (decimal): -12516238 or 7472193. OLE color: 7472193.

HSL color Cylindrical-coordinate representation of color #410472: hue angle of 273.27º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410472 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 4 114 -
CMYK 0.43 0.96 0 0.55
HSL 273.27º 0.93% 0.23% -
HSV(B) 273.27º 0.96% 0.45% -
XYZ 5.26 2.43 16.11 -
YUV 34.78 172.71 149.56 -
System Red Green Blue C M Y K H S L
Decimal 65 4 114 0.43 0.96 0 0.55 273.27 0.93 0.23
Hex 41 4 72 2B 60 0 37 111 5D 17
Octal 101 4 162 53 140 0 67 421 135 27
Binary 1000001 100 1110010 101011 1100000 0 110111 100010001 1011101 10111

Color Harmonies of #410472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410472

Black with #410472

Text Example


Text Example

White with #410472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410472; }

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

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

background-color css

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

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

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

border-color css

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

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

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