Html Css Color HEX #3F0DEF Han Purple

📋 copy color: '#3F0DEF'

red 63 ◦ green 13 ◦ blue 239

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

Shades of Han Purple #3F0DEF

Tints of Han Purple #3F0DEF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.13%

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

R = 20%
G = 4.13%
B = 75.87%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3F0DEF (or 0x3F0DEF) is known color: Han Purple. HEX triplet: 3F, 0D and EF. RGB value is (63,13,239). Sum of RGB (Red+Green+Blue) = 63+13+239=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F0DEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0DEF is #C0F210. Grayscale: #343434. Windows color (decimal): -12644881 or 15666495. OLE color: 15666495.

HSL color Cylindrical-coordinate representation of color #3F0DEF: hue angle of 253.27º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0DEF is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 13 239 -
CMYK 0.74 0.95 0 0.06
HSL 253.27º 0.9% 0.49% -
HSV(B) 253.27º 0.95% 0.94% -
XYZ 17.77 7.58 82.19 -
YUV 53.71 232.57 134.62 -
System Red Green Blue C M Y K H S L
Decimal 63 13 239 0.74 0.95 0 0.06 253.27 0.9 0.49
Hex 3F D EF 4A 5F 0 6 FD 5A 31
Octal 77 15 357 112 137 0 6 375 132 61
Binary 111111 1101 11101111 1001010 1011111 0 110 11111101 1011010 110001

Color Harmonies of #3F0DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0DEF

Black with #3F0DEF

Text Example


Text Example

White with #3F0DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,13,239); }

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

background-color css

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

 a { background-color: rgb(63,13,239); }

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

border-color css

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

 span { border-color: rgb(63,13,239); }

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