Html Css Color HEX #410090 Indigo

📋 copy color: '#410090'

red 65 ◦ green 0 ◦ blue 144

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

Shades of Indigo #410090

Tints of Indigo #410090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 68.9%

R = 31.1%
G = 0%
B = 68.9%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#410090 (or 0x410090) is known color: Indigo. HEX triplet: 41, 00 and 90. RGB value is (65,0,144). Sum of RGB (Red+Green+Blue) = 65+0+144=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 144 (56.64% from 255 or 68.90% from 209); Max value from RGB is 144 - color contains mainly: blue. Hex color #410090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410090 is #BEFF6F. Grayscale: #232323. Windows color (decimal): -12517232 or 9437249. OLE color: 9437249.

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

Color convert

RGB 65 0 144 -
CMYK 0.55 1 0 0.44
HSL 267.08º 1% 0.28% -
HSV(B) 267.08º 1% 0.56% -
XYZ 7.21 3.14 26.61 -
YUV 35.85 189.03 148.79 -
System Red Green Blue C M Y K H S L
Decimal 65 0 144 0.55 1 0 0.44 267.08 1 0.28
Hex 41 0 90 37 64 0 2C 10B 64 1C
Octal 101 0 220 67 144 0 54 413 144 34
Binary 1000001 0 10010000 110111 1100100 0 101100 100001011 1100100 11100

Color Harmonies of #410090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410090

Black with #410090

Text Example


Text Example

White with #410090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410090; }

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

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

background-color css

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

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

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

border-color css

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

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

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