Html Css Color HEX #4102EF Han Purple

📋 copy color: '#4102EF'

red 65 ◦ green 2 ◦ blue 239

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

Shades of Han Purple #4102EF

Tints of Han Purple #4102EF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 239 (93.75% from 255) = 78.1%

R = 21.24%
G = 0.65%
B = 78.1%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4102EF (or 0x4102EF) is known color: Han Purple. HEX triplet: 41, 02 and EF. RGB value is (65,2,239). Sum of RGB (Red+Green+Blue) = 65+2+239=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 239 (93.75% from 255 or 78.10% from 306); Max value from RGB is 239 - color contains mainly: blue. Hex color #4102EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4102EF is #BEFD10. Grayscale: #2E2E2E. Windows color (decimal): -12516625 or 15663681. OLE color: 15663681.

HSL color Cylindrical-coordinate representation of color #4102EF: hue angle of 255.95º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4102EF is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 2 239 -
CMYK 0.73 0.99 0 0.06
HSL 255.95º 0.98% 0.47% -
HSV(B) 255.95º 0.99% 0.94% -
XYZ 17.78 7.4 82.15 -
YUV 47.86 235.87 140.23 -
System Red Green Blue C M Y K H S L
Decimal 65 2 239 0.73 0.99 0 0.06 255.95 0.98 0.47
Hex 41 2 EF 49 63 0 6 100 62 2F
Octal 101 2 357 111 143 0 6 400 142 57
Binary 1000001 10 11101111 1001001 1100011 0 110 100000000 1100010 101111

Color Harmonies of #4102EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4102EF

Black with #4102EF

Text Example


Text Example

White with #4102EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4102EF; }

 p { color: rgb(65,2,239); }

 H1.HeaderClassName
 {
   color: #4102EF;
 }
 .AnyTagClassName
 {
   color: #4102EF;
 }
</style>

background-color css

<style>
 a { background-color: #4102EF; }

 a { background-color: rgb(65,2,239); }

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

border-color css

<style>
 span { border-color: #4102EF; }

 span { border-color: rgb(65,2,239); }

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