Html Css Color HEX #3B2CF6 Han Purple

📋 copy color: '#3B2CF6'

red 59 ◦ green 44 ◦ blue 246

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

Shades of Han Purple #3B2CF6

Tints of Han Purple #3B2CF6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.61%

 BLUE value IS 246 (96.48% from 255) = 70.49%

R = 16.91%
G = 12.61%
B = 70.49%

CMYK

 C value IS 0.76

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3B2CF6 (or 0x3B2CF6) is known color: Han Purple. HEX triplet: 3B, 2C and F6. RGB value is (59,44,246). Sum of RGB (Red+Green+Blue) = 59+44+246=349 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.91% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 246 (96.48% from 255 or 70.49% from 349); Max value from RGB is 246 - color contains mainly: blue. Hex color #3B2CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B2CF6 is #C4D309. Grayscale: #464646. Windows color (decimal): -12899082 or 16133179. OLE color: 16133179.

HSL color Cylindrical-coordinate representation of color #3B2CF6: hue angle of 244.46º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B2CF6 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 59 44 246 -
CMYK 0.76 0.82 0 0.04
HSL 244.46º 0.92% 0.57% -
HSV(B) 244.46º 0.82% 0.96% -
XYZ 19.34 9.38 87.98 -
YUV 71.51 226.47 119.07 -
System Red Green Blue C M Y K H S L
Decimal 59 44 246 0.76 0.82 0 0.04 244.46 0.92 0.57
Hex 3B 2C F6 4C 52 0 4 F4 5C 39
Octal 73 54 366 114 122 0 4 364 134 71
Binary 111011 101100 11110110 1001100 1010010 0 100 11110100 1011100 111001

Color Harmonies of #3B2CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2CF6

Black with #3B2CF6

Text Example


Text Example

White with #3B2CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,44,246); }

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

background-color css

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

 a { background-color: rgb(59,44,246); }

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

border-color css

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

 span { border-color: rgb(59,44,246); }

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