Html Css Color HEX #4101CE Han Purple

📋 copy color: '#4101CE'

red 65 ◦ green 1 ◦ blue 206

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

Shades of Han Purple #4101CE

Tints of Han Purple #4101CE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 23.9%
G = 0.37%
B = 75.74%

CMYK

 C value IS 0.68

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4101CE (or 0x4101CE) is known color: Han Purple. HEX triplet: 41, 01 and CE. RGB value is (65,1,206). Sum of RGB (Red+Green+Blue) = 65+1+206=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #4101CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4101CE is #BEFE31. Grayscale: #2A2A2A. Windows color (decimal): -12516914 or 13500737. OLE color: 13500737.

HSL color Cylindrical-coordinate representation of color #4101CE: hue angle of 258.73º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4101CE is Cyan = 0.68, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 1 206 -
CMYK 0.68 1.00 0 0.19
HSL 258.73º 0.99% 0.41% -
HSV(B) 258.73º 1% 0.81% -
XYZ 13.33 5.6 58.77 -
YUV 43.51 219.7 143.33 -
System Red Green Blue C M Y K H S L
Decimal 65 1 206 0.68 1.00 0 0.19 258.73 0.99 0.41
Hex 41 1 CE 44 64 0 13 103 63 29
Octal 101 1 316 104 144 0 23 403 143 51
Binary 1000001 1 11001110 1000100 1100100 0 10011 100000011 1100011 101001

Color Harmonies of #4101CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4101CE

Black with #4101CE

Text Example


Text Example

White with #4101CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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