Html Css Color HEX #410461 Indigo

📋 copy color: '#410461'

red 65 ◦ green 4 ◦ blue 97

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

Shades of Indigo #410461

Tints of Indigo #410461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 58.43%

R = 39.16%
G = 2.41%
B = 58.43%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#410461 (or 0x410461) is known color: Indigo. HEX triplet: 41, 04 and 61. RGB value is (65,4,97). Sum of RGB (Red+Green+Blue) = 65+4+97=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #410461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410461 is #BEFB9E. Grayscale: #202020. Windows color (decimal): -12516255 or 6358081. OLE color: 6358081.

HSL color Cylindrical-coordinate representation of color #410461: hue angle of 279.35º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410461 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 4 97 -
CMYK 0.33 0.96 0 0.62
HSL 279.35º 0.92% 0.2% -
HSV(B) 279.35º 0.96% 0.38% -
XYZ 4.38 2.07 11.48 -
YUV 32.84 164.21 150.94 -
System Red Green Blue C M Y K H S L
Decimal 65 4 97 0.33 0.96 0 0.62 279.35 0.92 0.2
Hex 41 4 61 21 60 0 3E 117 5C 14
Octal 101 4 141 41 140 0 76 427 134 24
Binary 1000001 100 1100001 100001 1100000 0 111110 100010111 1011100 10100

Color Harmonies of #410461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410461

Black with #410461

Text Example


Text Example

White with #410461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410461; }

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

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

background-color css

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

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

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

border-color css

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

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

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