Html Css Color HEX #410ADD Han Purple

📋 copy color: '#410ADD'

red 65 ◦ green 10 ◦ blue 221

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

Shades of Han Purple #410ADD

Tints of Han Purple #410ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 74.66%

R = 21.96%
G = 3.38%
B = 74.66%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#410ADD (or 0x410ADD) is known color: Han Purple. HEX triplet: 41, 0A and DD. RGB value is (65,10,221). Sum of RGB (Red+Green+Blue) = 65+10+221=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #410ADD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410ADD is #BEF522. Grayscale: #313131. Windows color (decimal): -12514595 or 14486081. OLE color: 14486081.

HSL color Cylindrical-coordinate representation of color #410ADD: hue angle of 255.64º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410ADD is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 10 221 -
CMYK 0.71 0.95 0 0.13
HSL 255.64º 0.91% 0.45% -
HSV(B) 255.64º 0.95% 0.87% -
XYZ 15.34 6.56 68.86 -
YUV 50.5 224.22 138.34 -
System Red Green Blue C M Y K H S L
Decimal 65 10 221 0.71 0.95 0 0.13 255.64 0.91 0.45
Hex 41 A DD 47 5F 0 D 100 5B 2D
Octal 101 12 335 107 137 0 15 400 133 55
Binary 1000001 1010 11011101 1000111 1011111 0 1101 100000000 1011011 101101

Color Harmonies of #410ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410ADD

Black with #410ADD

Text Example


Text Example

White with #410ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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