Html Css Color HEX #3B2ADE Han Purple

📋 copy color: '#3B2ADE'

red 59 ◦ green 42 ◦ blue 222

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

Shades of Han Purple #3B2ADE

Tints of Han Purple #3B2ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13%

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

R = 18.27%
G = 13%
B = 68.73%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3B2ADE (or 0x3B2ADE) is known color: Han Purple. HEX triplet: 3B, 2A and DE. RGB value is (59,42,222). Sum of RGB (Red+Green+Blue) = 59+42+222=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 222 (87.11% from 255 or 68.73% from 323); Max value from RGB is 222 - color contains mainly: blue. Hex color #3B2ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2ADE is #C4D521. Grayscale: #424242. Windows color (decimal): -12899618 or 14559803. OLE color: 14559803.

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

Color convert

RGB 59 42 222 -
CMYK 0.73 0.81 0 0.13
HSL 245.67º 0.73% 0.52% -
HSV(B) 245.67º 0.81% 0.87% -
XYZ 15.82 7.86 69.79 -
YUV 67.6 215.13 121.86 -
System Red Green Blue C M Y K H S L
Decimal 59 42 222 0.73 0.81 0 0.13 245.67 0.73 0.52
Hex 3B 2A DE 49 51 0 D F6 49 34
Octal 73 52 336 111 121 0 15 366 111 64
Binary 111011 101010 11011110 1001001 1010001 0 1101 11110110 1001001 110100

Color Harmonies of #3B2ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2ADE

Black with #3B2ADE

Text Example


Text Example

White with #3B2ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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