Html Css Color HEX #410ACD Han Purple

📋 copy color: '#410ACD'

red 65 ◦ green 10 ◦ blue 205

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

Shades of Han Purple #410ACD

Tints of Han Purple #410ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.57%

 BLUE value IS 205 (80.47% from 255) = 73.21%

R = 23.21%
G = 3.57%
B = 73.21%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#410ACD (or 0x410ACD) is known color: Han Purple. HEX triplet: 41, 0A and CD. RGB value is (65,10,205). Sum of RGB (Red+Green+Blue) = 65+10+205=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 205 (80.47% from 255 or 73.21% from 280); Max value from RGB is 205 - color contains mainly: blue. Hex color #410ACD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410ACD is #BEF532. Grayscale: #2F2F2F. Windows color (decimal): -12514611 or 13437505. OLE color: 13437505.

HSL color Cylindrical-coordinate representation of color #410ACD: hue angle of 256.92º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410ACD is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 10 205 -
CMYK 0.68 0.95 0 0.20
HSL 256.92º 0.91% 0.42% -
HSV(B) 256.92º 0.95% 0.8% -
XYZ 13.31 5.75 58.17 -
YUV 48.68 216.22 139.64 -
System Red Green Blue C M Y K H S L
Decimal 65 10 205 0.68 0.95 0 0.20 256.92 0.91 0.42
Hex 41 A CD 44 5F 0 14 101 5B 2A
Octal 101 12 315 104 137 0 24 401 133 52
Binary 1000001 1010 11001101 1000100 1011111 0 10100 100000001 1011011 101010

Color Harmonies of #410ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410ACD

Black with #410ACD

Text Example


Text Example

White with #410ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,10,205); }

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

background-color css

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

 a { background-color: rgb(65,10,205); }

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

border-color css

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

 span { border-color: rgb(65,10,205); }

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