Html Css Color HEX #3F2BFB Han Purple

📋 copy color: '#3F2BFB'

red 63 ◦ green 43 ◦ blue 251

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

Shades of Han Purple #3F2BFB

Tints of Han Purple #3F2BFB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.04%

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

R = 17.65%
G = 12.04%
B = 70.31%

CMYK

 C value IS 0.75

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3F2BFB (or 0x3F2BFB) is known color: Han Purple. HEX triplet: 3F, 2B and FB. RGB value is (63,43,251). Sum of RGB (Red+Green+Blue) = 63+43+251=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #3F2BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F2BFB is #C0D404. Grayscale: #474747. Windows color (decimal): -12637189 or 16460607. OLE color: 16460607.

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

Color convert

RGB 63 43 251 -
CMYK 0.75 0.83 0 0.02
HSL 245.77º 0.96% 0.58% -
HSV(B) 245.77º 0.83% 0.98% -
XYZ 20.33 9.75 92.08 -
YUV 72.69 228.63 121.09 -
System Red Green Blue C M Y K H S L
Decimal 63 43 251 0.75 0.83 0 0.02 245.77 0.96 0.58
Hex 3F 2B FB 4B 53 0 2 F6 60 3A
Octal 77 53 373 113 123 0 2 366 140 72
Binary 111111 101011 11111011 1001011 1010011 0 10 11110110 1100000 111010

Color Harmonies of #3F2BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2BFB

Black with #3F2BFB

Text Example


Text Example

White with #3F2BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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