Html Css Color HEX #410CAC Indigo

📋 copy color: '#410CAC'

red 65 ◦ green 12 ◦ blue 172

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

Shades of Indigo #410CAC

Tints of Indigo #410CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.08%

R = 26.1%
G = 4.82%
B = 69.08%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#410CAC (or 0x410CAC) is known color: Indigo. HEX triplet: 41, 0C and AC. RGB value is (65,12,172). Sum of RGB (Red+Green+Blue) = 65+12+172=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #410CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410CAC is #BEF353. Grayscale: #2D2D2D. Windows color (decimal): -12514132 or 11275329. OLE color: 11275329.

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

Color convert

RGB 65 12 172 -
CMYK 0.62 0.93 0 0.33
HSL 259.88º 0.87% 0.36% -
HSV(B) 259.88º 0.93% 0.67% -
XYZ 9.76 4.37 39.36 -
YUV 46.09 199.06 141.49 -
System Red Green Blue C M Y K H S L
Decimal 65 12 172 0.62 0.93 0 0.33 259.88 0.87 0.36
Hex 41 C AC 3E 5D 0 21 104 57 24
Octal 101 14 254 76 135 0 41 404 127 44
Binary 1000001 1100 10101100 111110 1011101 0 100001 100000100 1010111 100100

Color Harmonies of #410CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410CAC

Black with #410CAC

Text Example


Text Example

White with #410CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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