Html Css Color HEX #410CD2 Han Purple

📋 copy color: '#410CD2'

red 65 ◦ green 12 ◦ blue 210

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

Shades of Han Purple #410CD2

Tints of Han Purple #410CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 73.17%

R = 22.65%
G = 4.18%
B = 73.17%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#410CD2 (or 0x410CD2) is known color: Han Purple. HEX triplet: 41, 0C and D2. RGB value is (65,12,210). Sum of RGB (Red+Green+Blue) = 65+12+210=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 210 (82.42% from 255 or 73.17% from 287); Max value from RGB is 210 - color contains mainly: blue. Hex color #410CD2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410CD2 is #BEF32D. Grayscale: #313131. Windows color (decimal): -12514094 or 13765697. OLE color: 13765697.

HSL color Cylindrical-coordinate representation of color #410CD2: hue angle of 256.06º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410CD2 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 12 210 -
CMYK 0.69 0.94 0 0.18
HSL 256.06º 0.89% 0.44% -
HSV(B) 256.06º 0.94% 0.82% -
XYZ 13.94 6.04 61.4 -
YUV 50.42 218.06 138.4 -
System Red Green Blue C M Y K H S L
Decimal 65 12 210 0.69 0.94 0 0.18 256.06 0.89 0.44
Hex 41 C D2 45 5E 0 12 100 59 2C
Octal 101 14 322 105 136 0 22 400 131 54
Binary 1000001 1100 11010010 1000101 1011110 0 10010 100000000 1011001 101100

Color Harmonies of #410CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410CD2

Black with #410CD2

Text Example


Text Example

White with #410CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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