Html Css Color HEX #3F0BEF Han Purple

📋 copy color: '#3F0BEF'

red 63 ◦ green 11 ◦ blue 239

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

Shades of Han Purple #3F0BEF

Tints of Han Purple #3F0BEF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.51%

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

R = 20.13%
G = 3.51%
B = 76.36%

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

#3F0BEF (or 0x3F0BEF) is known color: Han Purple. HEX triplet: 3F, 0B and EF. RGB value is (63,11,239). Sum of RGB (Red+Green+Blue) = 63+11+239=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 239 (93.75% from 255 or 76.36% from 313); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F0BEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0BEF is #C0F410. Grayscale: #333333. Windows color (decimal): -12645393 or 15665983. OLE color: 15665983.

HSL color Cylindrical-coordinate representation of color #3F0BEF: hue angle of 253.68º degrees, saturation: 0.91, 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 #3F0BEF is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 11 239 -
CMYK 0.74 0.95 0 0.06
HSL 253.68º 0.91% 0.49% -
HSV(B) 253.68º 0.95% 0.94% -
XYZ 17.75 7.53 82.18 -
YUV 52.54 233.23 135.46 -
System Red Green Blue C M Y K H S L
Decimal 63 11 239 0.74 0.95 0 0.06 253.68 0.91 0.49
Hex 3F B EF 4A 5F 0 6 FE 5B 31
Octal 77 13 357 112 137 0 6 376 133 61
Binary 111111 1011 11101111 1001010 1011111 0 110 11111110 1011011 110001

Color Harmonies of #3F0BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0BEF

Black with #3F0BEF

Text Example


Text Example

White with #3F0BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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