Html Css Color HEX #410190 Indigo

📋 copy color: '#410190'

red 65 ◦ green 1 ◦ blue 144

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

Shades of Indigo #410190

Tints of Indigo #410190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 30.95%
G = 0.48%
B = 68.57%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#410190 (or 0x410190) is known color: Indigo. HEX triplet: 41, 01 and 90. RGB value is (65,1,144). Sum of RGB (Red+Green+Blue) = 65+1+144=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #410190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410190 is #BEFE6F. Grayscale: #232323. Windows color (decimal): -12516976 or 9437505. OLE color: 9437505.

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

Color convert

RGB 65 1 144 -
CMYK 0.55 0.99 0 0.44
HSL 266.85º 0.99% 0.28% -
HSV(B) 266.85º 0.99% 0.56% -
XYZ 7.22 3.16 26.61 -
YUV 36.44 188.7 148.37 -
System Red Green Blue C M Y K H S L
Decimal 65 1 144 0.55 0.99 0 0.44 266.85 0.99 0.28
Hex 41 1 90 37 63 0 2C 10B 63 1C
Octal 101 1 220 67 143 0 54 413 143 34
Binary 1000001 1 10010000 110111 1100011 0 101100 100001011 1100011 11100

Color Harmonies of #410190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410190

Black with #410190

Text Example


Text Example

White with #410190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410190; }

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

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

background-color css

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

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

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

border-color css

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

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

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