Html Css Color HEX #410BDE Han Purple

📋 copy color: '#410BDE'

red 65 ◦ green 11 ◦ blue 222

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

Shades of Han Purple #410BDE

Tints of Han Purple #410BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.69%

 BLUE value IS 222 (87.11% from 255) = 74.5%

R = 21.81%
G = 3.69%
B = 74.5%

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

#410BDE (or 0x410BDE) is known color: Han Purple. HEX triplet: 41, 0B and DE. RGB value is (65,11,222). Sum of RGB (Red+Green+Blue) = 65+11+222=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 222 (87.11% from 255 or 74.50% from 298); Max value from RGB is 222 - color contains mainly: blue. Hex color #410BDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410BDE is #BEF421. Grayscale: #323232. Windows color (decimal): -12514338 or 14551873. OLE color: 14551873.

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

Color convert

RGB 65 11 222 -
CMYK 0.71 0.95 0 0.13
HSL 255.36º 0.91% 0.46% -
HSV(B) 255.36º 0.95% 0.87% -
XYZ 15.48 6.64 69.57 -
YUV 51.2 224.39 137.84 -
System Red Green Blue C M Y K H S L
Decimal 65 11 222 0.71 0.95 0 0.13 255.36 0.91 0.46
Hex 41 B DE 47 5F 0 D FF 5B 2E
Octal 101 13 336 107 137 0 15 377 133 56
Binary 1000001 1011 11011110 1000111 1011111 0 1101 11111111 1011011 101110

Color Harmonies of #410BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410BDE

Black with #410BDE

Text Example


Text Example

White with #410BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,11,222); }

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

background-color css

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

 a { background-color: rgb(65,11,222); }

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

border-color css

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

 span { border-color: rgb(65,11,222); }

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