Html Css Color HEX #3F02EE Han Purple

📋 copy color: '#3F02EE'

red 63 ◦ green 2 ◦ blue 238

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

Shades of Han Purple #3F02EE

Tints of Han Purple #3F02EE

RGB

 RED value IS 63 (25% from 255) = 20.79%

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

 BLUE value IS 238 (93.36% from 255) = 78.55%

R = 20.79%
G = 0.66%
B = 78.55%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3F02EE (or 0x3F02EE) is known color: Han Purple. HEX triplet: 3F, 02 and EE. RGB value is (63,2,238). Sum of RGB (Red+Green+Blue) = 63+2+238=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 238 (93.36% from 255 or 78.55% from 303); Max value from RGB is 238 - color contains mainly: blue. Hex color #3F02EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F02EE is #C0FD11. Grayscale: #2E2E2E. Windows color (decimal): -12647698 or 15598143. OLE color: 15598143.

HSL color Cylindrical-coordinate representation of color #3F02EE: hue angle of 255.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F02EE is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 2 238 -
CMYK 0.74 0.99 0 0.07
HSL 255.51º 0.98% 0.47% -
HSV(B) 255.51º 0.99% 0.93% -
XYZ 17.5 7.27 81.37 -
YUV 47.14 235.71 139.31 -
System Red Green Blue C M Y K H S L
Decimal 63 2 238 0.74 0.99 0 0.07 255.51 0.98 0.47
Hex 3F 2 EE 4A 63 0 7 100 62 2F
Octal 77 2 356 112 143 0 7 400 142 57
Binary 111111 10 11101110 1001010 1100011 0 111 100000000 1100010 101111

Color Harmonies of #3F02EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F02EE

Black with #3F02EE

Text Example


Text Example

White with #3F02EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F02EE; }

 p { color: rgb(63,2,238); }

 H1.HeaderClassName
 {
   color: #3F02EE;
 }
 .AnyTagClassName
 {
   color: #3F02EE;
 }
</style>

background-color css

<style>
 a { background-color: #3F02EE; }

 a { background-color: rgb(63,2,238); }

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

border-color css

<style>
 span { border-color: #3F02EE; }

 span { border-color: rgb(63,2,238); }

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