Html Css Color HEX #3B2FEB Han Purple

📋 copy color: '#3B2FEB'

red 59 ◦ green 47 ◦ blue 235

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

Shades of Han Purple #3B2FEB

Tints of Han Purple #3B2FEB

RGB

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

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

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

R = 17.3%
G = 13.78%
B = 68.91%

CMYK

 C value IS 0.75

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3B2FEB (or 0x3B2FEB) is known color: Han Purple. HEX triplet: 3B, 2F and EB. RGB value is (59,47,235). Sum of RGB (Red+Green+Blue) = 59+47+235=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #3B2FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B2FEB is #C4D014. Grayscale: #474747. Windows color (decimal): -12898325 or 15413051. OLE color: 15413051.

HSL color Cylindrical-coordinate representation of color #3B2FEB: hue angle of 243.83º 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 #3B2FEB is Cyan = 0.75, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 59 47 235 -
CMYK 0.75 0.8 0 0.08
HSL 243.83º 0.82% 0.55% -
HSV(B) 243.83º 0.8% 0.92% -
XYZ 17.82 8.96 79.39 -
YUV 72.02 219.98 118.71 -
System Red Green Blue C M Y K H S L
Decimal 59 47 235 0.75 0.8 0 0.08 243.83 0.82 0.55
Hex 3B 2F EB 4B 50 0 8 F4 52 37
Octal 73 57 353 113 120 0 10 364 122 67
Binary 111011 101111 11101011 1001011 1010000 0 1000 11110100 1010010 110111

Color Harmonies of #3B2FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2FEB

Black with #3B2FEB

Text Example


Text Example

White with #3B2FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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