Html Css Color HEX #4110CE Han Purple

📋 copy color: '#4110CE'

red 65 ◦ green 16 ◦ blue 206

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

Shades of Han Purple #4110CE

Tints of Han Purple #4110CE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.57%

 BLUE value IS 206 (80.86% from 255) = 71.78%

R = 22.65%
G = 5.57%
B = 71.78%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4110CE (or 0x4110CE) is known color: Han Purple. HEX triplet: 41, 10 and CE. RGB value is (65,16,206). Sum of RGB (Red+Green+Blue) = 65+16+206=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #4110CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4110CE is #BEEF31. Grayscale: #333333. Windows color (decimal): -12513074 or 13504577. OLE color: 13504577.

HSL color Cylindrical-coordinate representation of color #4110CE: hue angle of 255.47º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4110CE is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 16 206 -
CMYK 0.68 0.92 0 0.19
HSL 255.47º 0.86% 0.44% -
HSV(B) 255.47º 0.92% 0.81% -
XYZ 13.51 5.95 58.83 -
YUV 52.31 214.73 137.05 -
System Red Green Blue C M Y K H S L
Decimal 65 16 206 0.68 0.92 0 0.19 255.47 0.86 0.44
Hex 41 10 CE 44 5C 0 13 FF 56 2C
Octal 101 20 316 104 134 0 23 377 126 54
Binary 1000001 10000 11001110 1000100 1011100 0 10011 11111111 1010110 101100

Color Harmonies of #4110CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4110CE

Black with #4110CE

Text Example


Text Example

White with #4110CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4110CE; }

 p { color: rgb(65,16,206); }

 H1.HeaderClassName
 {
   color: #4110CE;
 }
 .AnyTagClassName
 {
   color: #4110CE;
 }
</style>

background-color css

<style>
 a { background-color: #4110CE; }

 a { background-color: rgb(65,16,206); }

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

border-color css

<style>
 span { border-color: #4110CE; }

 span { border-color: rgb(65,16,206); }

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