Html Css Color HEX #3B2FDE Han Purple

📋 copy color: '#3B2FDE'

red 59 ◦ green 47 ◦ blue 222

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

Shades of Han Purple #3B2FDE

Tints of Han Purple #3B2FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 67.68%

R = 17.99%
G = 14.33%
B = 67.68%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3B2FDE (or 0x3B2FDE) is known color: Han Purple. HEX triplet: 3B, 2F and DE. RGB value is (59,47,222). Sum of RGB (Red+Green+Blue) = 59+47+222=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 222 (87.11% from 255 or 67.68% from 328); Max value from RGB is 222 - color contains mainly: blue. Hex color #3B2FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2FDE is #C4D021. Grayscale: #454545. Windows color (decimal): -12898338 or 14561083. OLE color: 14561083.

HSL color Cylindrical-coordinate representation of color #3B2FDE: hue angle of 244.11º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B2FDE is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 47 222 -
CMYK 0.73 0.79 0 0.13
HSL 244.11º 0.73% 0.53% -
HSV(B) 244.11º 0.79% 0.87% -
XYZ 16 8.24 69.85 -
YUV 70.54 213.48 119.77 -
System Red Green Blue C M Y K H S L
Decimal 59 47 222 0.73 0.79 0 0.13 244.11 0.73 0.53
Hex 3B 2F DE 49 4F 0 D F4 49 35
Octal 73 57 336 111 117 0 15 364 111 65
Binary 111011 101111 11011110 1001001 1001111 0 1101 11110100 1001001 110101

Color Harmonies of #3B2FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2FDE

Black with #3B2FDE

Text Example


Text Example

White with #3B2FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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