Html Css Color HEX #3F08EF Han Purple

📋 copy color: '#3F08EF'

red 63 ◦ green 8 ◦ blue 239

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

Shades of Han Purple #3F08EF

Tints of Han Purple #3F08EF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.58%

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

R = 20.32%
G = 2.58%
B = 77.1%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3F08EF (or 0x3F08EF) is known color: Han Purple. HEX triplet: 3F, 08 and EF. RGB value is (63,8,239). Sum of RGB (Red+Green+Blue) = 63+8+239=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F08EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F08EF is #C0F710. Grayscale: #313131. Windows color (decimal): -12646161 or 15665215. OLE color: 15665215.

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

Color convert

RGB 63 8 239 -
CMYK 0.74 0.97 0 0.06
HSL 254.29º 0.94% 0.48% -
HSV(B) 254.29º 0.97% 0.94% -
XYZ 17.72 7.46 82.17 -
YUV 50.78 234.22 136.72 -
System Red Green Blue C M Y K H S L
Decimal 63 8 239 0.74 0.97 0 0.06 254.29 0.94 0.48
Hex 3F 8 EF 4A 61 0 6 FE 5E 30
Octal 77 10 357 112 141 0 6 376 136 60
Binary 111111 1000 11101111 1001010 1100001 0 110 11111110 1011110 110000

Color Harmonies of #3F08EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F08EF

Black with #3F08EF

Text Example


Text Example

White with #3F08EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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