Html Css Color HEX #410CAD Indigo

📋 copy color: '#410CAD'

red 65 ◦ green 12 ◦ blue 173

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

Shades of Indigo #410CAD

Tints of Indigo #410CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 69.2%

R = 26%
G = 4.8%
B = 69.2%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#410CAD (or 0x410CAD) is known color: Indigo. HEX triplet: 41, 0C and AD. RGB value is (65,12,173). Sum of RGB (Red+Green+Blue) = 65+12+173=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #410CAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410CAD is #BEF352. Grayscale: #2D2D2D. Windows color (decimal): -12514131 or 11340865. OLE color: 11340865.

HSL color Cylindrical-coordinate representation of color #410CAD: hue angle of 259.75º 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 #410CAD is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 12 173 -
CMYK 0.62 0.93 0 0.32
HSL 259.75º 0.87% 0.36% -
HSV(B) 259.75º 0.93% 0.68% -
XYZ 9.85 4.4 39.87 -
YUV 46.2 199.56 141.41 -
System Red Green Blue C M Y K H S L
Decimal 65 12 173 0.62 0.93 0 0.32 259.75 0.87 0.36
Hex 41 C AD 3E 5D 0 20 104 57 24
Octal 101 14 255 76 135 0 40 404 127 44
Binary 1000001 1100 10101101 111110 1011101 0 100000 100000100 1010111 100100

Color Harmonies of #410CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410CAD

Black with #410CAD

Text Example


Text Example

White with #410CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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