Html Css Color HEX #3F02CE Han Purple

📋 copy color: '#3F02CE'

red 63 ◦ green 2 ◦ blue 206

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

Shades of Han Purple #3F02CE

Tints of Han Purple #3F02CE

RGB

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

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

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

R = 23.25%
G = 0.74%
B = 76.01%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F02CE (or 0x3F02CE) is known color: Han Purple. HEX triplet: 3F, 02 and CE. RGB value is (63,2,206). Sum of RGB (Red+Green+Blue) = 63+2+206=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F02CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F02CE is #C0FD31. Grayscale: #2A2A2A. Windows color (decimal): -12647730 or 13500991. OLE color: 13500991.

HSL color Cylindrical-coordinate representation of color #3F02CE: hue angle of 257.94º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F02CE is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 2 206 -
CMYK 0.69 0.99 0 0.19
HSL 257.94º 0.98% 0.41% -
HSV(B) 257.94º 0.99% 0.81% -
XYZ 13.21 5.56 58.77 -
YUV 43.5 219.71 141.91 -
System Red Green Blue C M Y K H S L
Decimal 63 2 206 0.69 0.99 0 0.19 257.94 0.98 0.41
Hex 3F 2 CE 45 63 0 13 102 62 29
Octal 77 2 316 105 143 0 23 402 142 51
Binary 111111 10 11001110 1000101 1100011 0 10011 100000010 1100010 101001

Color Harmonies of #3F02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F02CE

Black with #3F02CE

Text Example


Text Example

White with #3F02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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