Html Css Color HEX #3F15FB Han Purple

📋 copy color: '#3F15FB'

red 63 ◦ green 21 ◦ blue 251

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

Shades of Han Purple #3F15FB

Tints of Han Purple #3F15FB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.27%

 BLUE value IS 251 (98.44% from 255) = 74.93%

R = 18.81%
G = 6.27%
B = 74.93%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3F15FB (or 0x3F15FB) is known color: Han Purple. HEX triplet: 3F, 15 and FB. RGB value is (63,21,251). Sum of RGB (Red+Green+Blue) = 63+21+251=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #3F15FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F15FB is #C0EA04. Grayscale: #3A3A3A. Windows color (decimal): -12642821 or 16454975. OLE color: 16454975.

HSL color Cylindrical-coordinate representation of color #3F15FB: hue angle of 250.96º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F15FB is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 21 251 -
CMYK 0.75 0.92 0 0.02
HSL 250.96º 0.97% 0.53% -
HSV(B) 250.96º 0.92% 0.98% -
XYZ 19.73 8.56 91.88 -
YUV 59.78 235.91 130.3 -
System Red Green Blue C M Y K H S L
Decimal 63 21 251 0.75 0.92 0 0.02 250.96 0.97 0.53
Hex 3F 15 FB 4B 5C 0 2 FB 61 35
Octal 77 25 373 113 134 0 2 373 141 65
Binary 111111 10101 11111011 1001011 1011100 0 10 11111011 1100001 110101

Color Harmonies of #3F15FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F15FB

Black with #3F15FB

Text Example


Text Example

White with #3F15FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,21,251); }

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

background-color css

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

 a { background-color: rgb(63,21,251); }

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

border-color css

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

 span { border-color: rgb(63,21,251); }

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