Html Css Color HEX #410291 Indigo

📋 copy color: '#410291'

red 65 ◦ green 2 ◦ blue 145

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

Shades of Indigo #410291

Tints of Indigo #410291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 68.4%

R = 30.66%
G = 0.94%
B = 68.4%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#410291 (or 0x410291) is known color: Indigo. HEX triplet: 41, 02 and 91. RGB value is (65,2,145). Sum of RGB (Red+Green+Blue) = 65+2+145=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #410291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410291 is #BEFD6E. Grayscale: #242424. Windows color (decimal): -12516719 or 9503297. OLE color: 9503297.

HSL color Cylindrical-coordinate representation of color #410291: hue angle of 266.43º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410291 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 2 145 -
CMYK 0.55 0.99 0 0.43
HSL 266.43º 0.97% 0.29% -
HSV(B) 266.43º 0.99% 0.57% -
XYZ 7.31 3.21 27.02 -
YUV 37.14 188.87 147.87 -
System Red Green Blue C M Y K H S L
Decimal 65 2 145 0.55 0.99 0 0.43 266.43 0.97 0.29
Hex 41 2 91 37 63 0 2B 10A 61 1D
Octal 101 2 221 67 143 0 53 412 141 35
Binary 1000001 10 10010001 110111 1100011 0 101011 100001010 1100001 11101

Color Harmonies of #410291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410291

Black with #410291

Text Example


Text Example

White with #410291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410291; }

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

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

background-color css

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

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

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

border-color css

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

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

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