Html Css Color HEX #410EA2 Indigo

📋 copy color: '#410EA2'

red 65 ◦ green 14 ◦ blue 162

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

Shades of Indigo #410EA2

Tints of Indigo #410EA2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.81%

 BLUE value IS 162 (63.67% from 255) = 67.22%

R = 26.97%
G = 5.81%
B = 67.22%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#410EA2 (or 0x410EA2) is known color: Indigo. HEX triplet: 41, 0E and A2. RGB value is (65,14,162). Sum of RGB (Red+Green+Blue) = 65+14+162=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 162 (63.67% from 255 or 67.22% from 241); Max value from RGB is 162 - color contains mainly: blue. Hex color #410EA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410EA2 is #BEF15D. Grayscale: #2D2D2D. Windows color (decimal): -12513630 or 10620481. OLE color: 10620481.

HSL color Cylindrical-coordinate representation of color #410EA2: hue angle of 260.68º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410EA2 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 65 14 162 -
CMYK 0.60 0.91 0 0.36
HSL 260.68º 0.84% 0.35% -
HSV(B) 260.68º 0.91% 0.64% -
XYZ 8.86 4.05 34.5 -
YUV 46.12 193.4 141.47 -
System Red Green Blue C M Y K H S L
Decimal 65 14 162 0.60 0.91 0 0.36 260.68 0.84 0.35
Hex 41 E A2 3C 5B 0 24 105 54 23
Octal 101 16 242 74 133 0 44 405 124 43
Binary 1000001 1110 10100010 111100 1011011 0 100100 100000101 1010100 100011

Color Harmonies of #410EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410EA2

Black with #410EA2

Text Example


Text Example

White with #410EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410EA2; }

 p { color: rgb(65,14,162); }

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

background-color css

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

 a { background-color: rgb(65,14,162); }

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

border-color css

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

 span { border-color: rgb(65,14,162); }

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