Html Css Color HEX #410CDB Han Purple

📋 copy color: '#410CDB'

red 65 ◦ green 12 ◦ blue 219

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

Shades of Han Purple #410CDB

Tints of Han Purple #410CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73.99%

R = 21.96%
G = 4.05%
B = 73.99%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#410CDB (or 0x410CDB) is known color: Han Purple. HEX triplet: 41, 0C and DB. RGB value is (65,12,219). Sum of RGB (Red+Green+Blue) = 65+12+219=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #410CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410CDB is #BEF324. Grayscale: #323232. Windows color (decimal): -12514085 or 14355521. OLE color: 14355521.

HSL color Cylindrical-coordinate representation of color #410CDB: hue angle of 255.36º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410CDB is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 12 219 -
CMYK 0.70 0.95 0 0.14
HSL 255.36º 0.9% 0.45% -
HSV(B) 255.36º 0.95% 0.86% -
XYZ 15.1 6.5 67.48 -
YUV 51.45 222.56 137.67 -
System Red Green Blue C M Y K H S L
Decimal 65 12 219 0.70 0.95 0 0.14 255.36 0.9 0.45
Hex 41 C DB 46 5F 0 E FF 5A 2D
Octal 101 14 333 106 137 0 16 377 132 55
Binary 1000001 1100 11011011 1000110 1011111 0 1110 11111111 1011010 101101

Color Harmonies of #410CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410CDB

Black with #410CDB

Text Example


Text Example

White with #410CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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