Html Css Color HEX #410874 Indigo

📋 copy color: '#410874'

red 65 ◦ green 8 ◦ blue 116

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

Shades of Indigo #410874

Tints of Indigo #410874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.23%

 BLUE value IS 116 (45.7% from 255) = 61.38%

R = 34.39%
G = 4.23%
B = 61.38%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#410874 (or 0x410874) is known color: Indigo. HEX triplet: 41, 08 and 74. RGB value is (65,8,116). Sum of RGB (Red+Green+Blue) = 65+8+116=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #410874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410874 is #BEF78B. Grayscale: #242424. Windows color (decimal): -12515212 or 7604289. OLE color: 7604289.

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

Color convert

RGB 65 8 116 -
CMYK 0.44 0.93 0 0.55
HSL 271.67º 0.87% 0.24% -
HSV(B) 271.67º 0.93% 0.45% -
XYZ 5.42 2.56 16.73 -
YUV 37.36 172.38 147.72 -
System Red Green Blue C M Y K H S L
Decimal 65 8 116 0.44 0.93 0 0.55 271.67 0.87 0.24
Hex 41 8 74 2C 5D 0 37 110 57 18
Octal 101 10 164 54 135 0 67 420 127 30
Binary 1000001 1000 1110100 101100 1011101 0 110111 100010000 1010111 11000

Color Harmonies of #410874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410874

Black with #410874

Text Example


Text Example

White with #410874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410874; }

 p { color: rgb(65,8,116); }

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

background-color css

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

 a { background-color: rgb(65,8,116); }

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

border-color css

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

 span { border-color: rgb(65,8,116); }

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