Html Css Color HEX #3B2BDD Han Purple

📋 copy color: '#3B2BDD'

red 59 ◦ green 43 ◦ blue 221

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

Shades of Han Purple #3B2BDD

Tints of Han Purple #3B2BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68.42%

R = 18.27%
G = 13.31%
B = 68.42%

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

#3B2BDD (or 0x3B2BDD) is known color: Han Purple. HEX triplet: 3B, 2B and DD. RGB value is (59,43,221). Sum of RGB (Red+Green+Blue) = 59+43+221=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #3B2BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2BDD is #C4D422. Grayscale: #434343. Windows color (decimal): -12899363 or 14494523. OLE color: 14494523.

HSL color Cylindrical-coordinate representation of color #3B2BDD: hue angle of 245.39º degrees, saturation: 0.72, 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 #3B2BDD is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 43 221 -
CMYK 0.73 0.81 0 0.13
HSL 245.39º 0.72% 0.52% -
HSV(B) 245.39º 0.81% 0.87% -
XYZ 15.72 7.88 69.1 -
YUV 68.08 214.3 121.53 -
System Red Green Blue C M Y K H S L
Decimal 59 43 221 0.73 0.81 0 0.13 245.39 0.72 0.52
Hex 3B 2B DD 49 51 0 D F5 48 34
Octal 73 53 335 111 121 0 15 365 110 64
Binary 111011 101011 11011101 1001001 1010001 0 1101 11110101 1001000 110100

Color Harmonies of #3B2BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2BDD

Black with #3B2BDD

Text Example


Text Example

White with #3B2BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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