Html Css Color HEX #410074 Indigo

📋 copy color: '#410074'

red 65 ◦ green 0 ◦ blue 116

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

Shades of Indigo #410074

Tints of Indigo #410074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.91%
G = 0%
B = 64.09%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#410074 (or 0x410074) is known color: Indigo. HEX triplet: 41, 00 and 74. RGB value is (65,0,116). Sum of RGB (Red+Green+Blue) = 65+0+116=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 116 (45.70% from 255 or 64.09% from 181); Max value from RGB is 116 - color contains mainly: blue. Hex color #410074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410074 is #BEFF8B. Grayscale: #202020. Windows color (decimal): -12517260 or 7602241. OLE color: 7602241.

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

Color convert

RGB 65 0 116 -
CMYK 0.44 1 0 0.55
HSL 273.62º 1% 0.23% -
HSV(B) 273.62º 1% 0.45% -
XYZ 5.33 2.38 16.7 -
YUV 32.66 175.03 151.07 -
System Red Green Blue C M Y K H S L
Decimal 65 0 116 0.44 1 0 0.55 273.62 1 0.23
Hex 41 0 74 2C 64 0 37 112 64 17
Octal 101 0 164 54 144 0 67 422 144 27
Binary 1000001 0 1110100 101100 1100100 0 110111 100010010 1100100 10111

Color Harmonies of #410074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410074

Black with #410074

Text Example


Text Example

White with #410074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410074; }

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

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

background-color css

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

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

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

border-color css

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

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

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