Html Css Color HEX #3F2FEB Han Purple

📋 copy color: '#3F2FEB'

red 63 ◦ green 47 ◦ blue 235

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

Shades of Han Purple #3F2FEB

Tints of Han Purple #3F2FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.62%

 BLUE value IS 235 (92.19% from 255) = 68.12%

R = 18.26%
G = 13.62%
B = 68.12%

CMYK

 C value IS 0.73

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3F2FEB (or 0x3F2FEB) is known color: Han Purple. HEX triplet: 3F, 2F and EB. RGB value is (63,47,235). Sum of RGB (Red+Green+Blue) = 63+47+235=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #3F2FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F2FEB is #C0D014. Grayscale: #484848. Windows color (decimal): -12636181 or 15413055. OLE color: 15413055.

HSL color Cylindrical-coordinate representation of color #3F2FEB: hue angle of 245.11º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F2FEB is Cyan = 0.73, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 47 235 -
CMYK 0.73 0.8 0 0.08
HSL 245.11º 0.82% 0.55% -
HSV(B) 245.11º 0.8% 0.92% -
XYZ 18.06 9.09 79.4 -
YUV 73.22 219.3 120.71 -
System Red Green Blue C M Y K H S L
Decimal 63 47 235 0.73 0.8 0 0.08 245.11 0.82 0.55
Hex 3F 2F EB 49 50 0 8 F5 52 37
Octal 77 57 353 111 120 0 10 365 122 67
Binary 111111 101111 11101011 1001001 1010000 0 1000 11110101 1010010 110111

Color Harmonies of #3F2FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2FEB

Black with #3F2FEB

Text Example


Text Example

White with #3F2FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,47,235); }

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

background-color css

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

 a { background-color: rgb(63,47,235); }

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

border-color css

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

 span { border-color: rgb(63,47,235); }

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