Html Css Color HEX #3B2EFB Han Purple

📋 copy color: '#3B2EFB'

red 59 ◦ green 46 ◦ blue 251

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

Shades of Han Purple #3B2EFB

Tints of Han Purple #3B2EFB

RGB

 RED value IS 59 (23.44% from 255) = 16.57%

 GREEN value IS 46 (18.36% from 255) = 12.92%

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

R = 16.57%
G = 12.92%
B = 70.51%

CMYK

 C value IS 0.76

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3B2EFB (or 0x3B2EFB) is known color: Han Purple. HEX triplet: 3B, 2E and FB. RGB value is (59,46,251). Sum of RGB (Red+Green+Blue) = 59+46+251=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #3B2EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B2EFB is #C4D104. Grayscale: #484848. Windows color (decimal): -12898565 or 16461371. OLE color: 16461371.

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

Color convert

RGB 59 46 251 -
CMYK 0.76 0.82 0 0.02
HSL 243.8º 0.96% 0.58% -
HSV(B) 243.8º 0.82% 0.98% -
XYZ 20.19 9.85 92.1 -
YUV 73.26 228.31 117.83 -
System Red Green Blue C M Y K H S L
Decimal 59 46 251 0.76 0.82 0 0.02 243.8 0.96 0.58
Hex 3B 2E FB 4C 52 0 2 F4 60 3A
Octal 73 56 373 114 122 0 2 364 140 72
Binary 111011 101110 11111011 1001100 1010010 0 10 11110100 1100000 111010

Color Harmonies of #3B2EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2EFB

Black with #3B2EFB

Text Example


Text Example

White with #3B2EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,46,251); }

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

background-color css

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

 a { background-color: rgb(59,46,251); }

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

border-color css

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

 span { border-color: rgb(59,46,251); }

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