Html Css Color HEX #410091 Indigo

📋 copy color: '#410091'

red 65 ◦ green 0 ◦ blue 145

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

Shades of Indigo #410091

Tints of Indigo #410091

RGB

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

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

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

R = 30.95%
G = 0%
B = 69.05%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#410091 (or 0x410091) is known color: Indigo. HEX triplet: 41, 00 and 91. RGB value is (65,0,145). Sum of RGB (Red+Green+Blue) = 65+0+145=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 145 (57.03% from 255 or 69.05% from 210); Max value from RGB is 145 - color contains mainly: blue. Hex color #410091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410091 is #BEFF6E. Grayscale: #232323. Windows color (decimal): -12517231 or 9502785. OLE color: 9502785.

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

Color convert

RGB 65 0 145 -
CMYK 0.55 1 0 0.43
HSL 266.9º 1% 0.28% -
HSV(B) 266.9º 1% 0.57% -
XYZ 7.29 3.17 27.02 -
YUV 35.97 189.53 148.71 -
System Red Green Blue C M Y K H S L
Decimal 65 0 145 0.55 1 0 0.43 266.9 1 0.28
Hex 41 0 91 37 64 0 2B 10B 64 1C
Octal 101 0 221 67 144 0 53 413 144 34
Binary 1000001 0 10010001 110111 1100100 0 101011 100001011 1100100 11100

Color Harmonies of #410091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410091

Black with #410091

Text Example


Text Example

White with #410091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410091; }

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

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

background-color css

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

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

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

border-color css

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

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

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