Html Css Color HEX #410EA5 Indigo

📋 copy color: '#410EA5'

red 65 ◦ green 14 ◦ blue 165

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

Shades of Indigo #410EA5

Tints of Indigo #410EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 67.62%

R = 26.64%
G = 5.74%
B = 67.62%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#410EA5 (or 0x410EA5) is known color: Indigo. HEX triplet: 41, 0E and A5. RGB value is (65,14,165). Sum of RGB (Red+Green+Blue) = 65+14+165=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 165 (64.84% from 255 or 67.62% from 244); Max value from RGB is 165 - color contains mainly: blue. Hex color #410EA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410EA5 is #BEF15A. Grayscale: #2D2D2D. Windows color (decimal): -12513627 or 10817089. OLE color: 10817089.

HSL color Cylindrical-coordinate representation of color #410EA5: hue angle of 260.26º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410EA5 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 14 165 -
CMYK 0.61 0.92 0 0.35
HSL 260.26º 0.84% 0.35% -
HSV(B) 260.26º 0.92% 0.65% -
XYZ 9.13 4.15 35.92 -
YUV 46.46 194.9 141.22 -
System Red Green Blue C M Y K H S L
Decimal 65 14 165 0.61 0.92 0 0.35 260.26 0.84 0.35
Hex 41 E A5 3D 5C 0 23 104 54 23
Octal 101 16 245 75 134 0 43 404 124 43
Binary 1000001 1110 10100101 111101 1011100 0 100011 100000100 1010100 100011

Color Harmonies of #410EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410EA5

Black with #410EA5

Text Example


Text Example

White with #410EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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