Html Css Color HEX #410261 Indigo

📋 copy color: '#410261'

red 65 ◦ green 2 ◦ blue 97

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

Shades of Indigo #410261

Tints of Indigo #410261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.22%

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

R = 39.63%
G = 1.22%
B = 59.15%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#410261 (or 0x410261) is known color: Indigo. HEX triplet: 41, 02 and 61. RGB value is (65,2,97). Sum of RGB (Red+Green+Blue) = 65+2+97=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #410261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410261 is #BEFD9E. Grayscale: #1F1F1F. Windows color (decimal): -12516767 or 6357569. OLE color: 6357569.

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

Color convert

RGB 65 2 97 -
CMYK 0.33 0.98 0 0.62
HSL 279.79º 0.96% 0.19% -
HSV(B) 279.79º 0.98% 0.38% -
XYZ 4.36 2.03 11.47 -
YUV 31.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 65 2 97 0.33 0.98 0 0.62 279.79 0.96 0.19
Hex 41 2 61 21 62 0 3E 118 60 13
Octal 101 2 141 41 142 0 76 430 140 23
Binary 1000001 10 1100001 100001 1100010 0 111110 100011000 1100000 10011

Color Harmonies of #410261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410261

Black with #410261

Text Example


Text Example

White with #410261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410261; }

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

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

background-color css

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

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

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

border-color css

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

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

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