Html Css Color HEX #3B2BDA Han Purple

📋 copy color: '#3B2BDA'

red 59 ◦ green 43 ◦ blue 218

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

Shades of Han Purple #3B2BDA

Tints of Han Purple #3B2BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.44%

 BLUE value IS 218 (85.55% from 255) = 68.13%

R = 18.44%
G = 13.44%
B = 68.13%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3B2BDA (or 0x3B2BDA) is known color: Han Purple. HEX triplet: 3B, 2B and DA. RGB value is (59,43,218). Sum of RGB (Red+Green+Blue) = 59+43+218=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #3B2BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2BDA is #C4D425. Grayscale: #434343. Windows color (decimal): -12899366 or 14297915. OLE color: 14297915.

HSL color Cylindrical-coordinate representation of color #3B2BDA: hue angle of 245.49º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B2BDA is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 59 43 218 -
CMYK 0.73 0.80 0 0.15
HSL 245.49º 0.7% 0.51% -
HSV(B) 245.49º 0.8% 0.85% -
XYZ 15.32 7.72 67.01 -
YUV 67.73 212.8 121.77 -
System Red Green Blue C M Y K H S L
Decimal 59 43 218 0.73 0.80 0 0.15 245.49 0.7 0.51
Hex 3B 2B DA 49 50 0 F F5 46 33
Octal 73 53 332 111 120 0 17 365 106 63
Binary 111011 101011 11011010 1001001 1010000 0 1111 11110101 1000110 110011

Color Harmonies of #3B2BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2BDA

Black with #3B2BDA

Text Example


Text Example

White with #3B2BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,43,218); }

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

background-color css

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

 a { background-color: rgb(59,43,218); }

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

border-color css

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

 span { border-color: rgb(59,43,218); }

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