Html Css Color HEX #410FA2 Indigo

📋 copy color: '#410FA2'

red 65 ◦ green 15 ◦ blue 162

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

Shades of Indigo #410FA2

Tints of Indigo #410FA2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.2%

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

R = 26.86%
G = 6.2%
B = 66.94%

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

#410FA2 (or 0x410FA2) is known color: Indigo. HEX triplet: 41, 0F and A2. RGB value is (65,15,162). Sum of RGB (Red+Green+Blue) = 65+15+162=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 162 (63.67% from 255 or 66.94% from 242); Max value from RGB is 162 - color contains mainly: blue. Hex color #410FA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410FA2 is #BEF05D. Grayscale: #2E2E2E. Windows color (decimal): -12513374 or 10620737. OLE color: 10620737.

HSL color Cylindrical-coordinate representation of color #410FA2: hue angle of 260.41º degrees, saturation: 0.83, 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 #410FA2 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 65 15 162 -
CMYK 0.60 0.91 0 0.36
HSL 260.41º 0.83% 0.35% -
HSV(B) 260.41º 0.91% 0.64% -
XYZ 8.87 4.07 34.5 -
YUV 46.71 193.07 141.05 -
System Red Green Blue C M Y K H S L
Decimal 65 15 162 0.60 0.91 0 0.36 260.41 0.83 0.35
Hex 41 F A2 3C 5B 0 24 104 53 23
Octal 101 17 242 74 133 0 44 404 123 43
Binary 1000001 1111 10100010 111100 1011011 0 100100 100000100 1010011 100011

Color Harmonies of #410FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410FA2

Black with #410FA2

Text Example


Text Example

White with #410FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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