Html Css Color HEX #3B2ADF Han Purple

📋 copy color: '#3B2ADF'

red 59 ◦ green 42 ◦ blue 223

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

Shades of Han Purple #3B2ADF

Tints of Han Purple #3B2ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.83%

R = 18.21%
G = 12.96%
B = 68.83%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3B2ADF (or 0x3B2ADF) is known color: Han Purple. HEX triplet: 3B, 2A and DF. RGB value is (59,42,223). Sum of RGB (Red+Green+Blue) = 59+42+223=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B2ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2ADF is #C4D520. Grayscale: #434343. Windows color (decimal): -12899617 or 14625339. OLE color: 14625339.

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

Color convert

RGB 59 42 223 -
CMYK 0.74 0.81 0 0.13
HSL 245.64º 0.74% 0.52% -
HSV(B) 245.64º 0.81% 0.87% -
XYZ 15.95 7.91 70.5 -
YUV 67.72 215.63 121.78 -
System Red Green Blue C M Y K H S L
Decimal 59 42 223 0.74 0.81 0 0.13 245.64 0.74 0.52
Hex 3B 2A DF 4A 51 0 D F6 4A 34
Octal 73 52 337 112 121 0 15 366 112 64
Binary 111011 101010 11011111 1001010 1010001 0 1101 11110110 1001010 110100

Color Harmonies of #3B2ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2ADF

Black with #3B2ADF

Text Example


Text Example

White with #3B2ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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