Html Css Color HEX #410CAE Indigo

📋 copy color: '#410CAE'

red 65 ◦ green 12 ◦ blue 174

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

Shades of Indigo #410CAE

Tints of Indigo #410CAE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.78%

 BLUE value IS 174 (68.36% from 255) = 69.32%

R = 25.9%
G = 4.78%
B = 69.32%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#410CAE (or 0x410CAE) is known color: Indigo. HEX triplet: 41, 0C and AE. RGB value is (65,12,174). Sum of RGB (Red+Green+Blue) = 65+12+174=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #410CAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410CAE is #BEF351. Grayscale: #2D2D2D. Windows color (decimal): -12514130 or 11406401. OLE color: 11406401.

HSL color Cylindrical-coordinate representation of color #410CAE: hue angle of 259.63º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410CAE is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 12 174 -
CMYK 0.63 0.93 0 0.32
HSL 259.63º 0.87% 0.36% -
HSV(B) 259.63º 0.93% 0.68% -
XYZ 9.95 4.44 40.38 -
YUV 46.32 200.06 141.33 -
System Red Green Blue C M Y K H S L
Decimal 65 12 174 0.63 0.93 0 0.32 259.63 0.87 0.36
Hex 41 C AE 3F 5D 0 20 104 57 24
Octal 101 14 256 77 135 0 40 404 127 44
Binary 1000001 1100 10101110 111111 1011101 0 100000 100000100 1010111 100100

Color Harmonies of #410CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410CAE

Black with #410CAE

Text Example


Text Example

White with #410CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,12,174); }

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

background-color css

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

 a { background-color: rgb(65,12,174); }

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

border-color css

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

 span { border-color: rgb(65,12,174); }

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