Html Css Color HEX #410390 Indigo

📋 copy color: '#410390'

red 65 ◦ green 3 ◦ blue 144

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

Shades of Indigo #410390

Tints of Indigo #410390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 30.66%
G = 1.42%
B = 67.92%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#410390 (or 0x410390) is known color: Indigo. HEX triplet: 41, 03 and 90. RGB value is (65,3,144). Sum of RGB (Red+Green+Blue) = 65+3+144=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #410390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410390 is #BEFC6F. Grayscale: #252525. Windows color (decimal): -12516464 or 9438017. OLE color: 9438017.

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

Color convert

RGB 65 3 144 -
CMYK 0.55 0.98 0 0.44
HSL 266.38º 0.96% 0.29% -
HSV(B) 266.38º 0.98% 0.56% -
XYZ 7.25 3.2 26.62 -
YUV 37.61 188.04 147.54 -
System Red Green Blue C M Y K H S L
Decimal 65 3 144 0.55 0.98 0 0.44 266.38 0.96 0.29
Hex 41 3 90 37 62 0 2C 10A 60 1D
Octal 101 3 220 67 142 0 54 412 140 35
Binary 1000001 11 10010000 110111 1100010 0 101100 100001010 1100000 11101

Color Harmonies of #410390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410390

Black with #410390

Text Example


Text Example

White with #410390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410390; }

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

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

background-color css

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

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

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

border-color css

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

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

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