Html Css Color HEX #3B1BD9 Han Purple

📋 copy color: '#3B1BD9'

red 59 ◦ green 27 ◦ blue 217

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

Shades of Han Purple #3B1BD9

Tints of Han Purple #3B1BD9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.91%

 BLUE value IS 217 (85.16% from 255) = 71.62%

R = 19.47%
G = 8.91%
B = 71.62%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3B1BD9 (or 0x3B1BD9) is known color: Han Purple. HEX triplet: 3B, 1B and D9. RGB value is (59,27,217). Sum of RGB (Red+Green+Blue) = 59+27+217=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 217 (85.16% from 255 or 71.62% from 303); Max value from RGB is 217 - color contains mainly: blue. Hex color #3B1BD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B1BD9 is #C4E426. Grayscale: #393939. Windows color (decimal): -12903463 or 14228283. OLE color: 14228283.

HSL color Cylindrical-coordinate representation of color #3B1BD9: hue angle of 250.11º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B1BD9 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 59 27 217 -
CMYK 0.73 0.88 0 0.15
HSL 250.11º 0.78% 0.48% -
HSV(B) 250.11º 0.88% 0.85% -
XYZ 14.72 6.72 66.17 -
YUV 58.23 217.6 128.55 -
System Red Green Blue C M Y K H S L
Decimal 59 27 217 0.73 0.88 0 0.15 250.11 0.78 0.48
Hex 3B 1B D9 49 58 0 F FA 4E 30
Octal 73 33 331 111 130 0 17 372 116 60
Binary 111011 11011 11011001 1001001 1011000 0 1111 11111010 1001110 110000

Color Harmonies of #3B1BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1BD9

Black with #3B1BD9

Text Example


Text Example

White with #3B1BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,27,217); }

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

background-color css

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

 a { background-color: rgb(59,27,217); }

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

border-color css

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

 span { border-color: rgb(59,27,217); }

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