Html Css Color HEX #3B1ED8 Han Purple

📋 copy color: '#3B1ED8'

red 59 ◦ green 30 ◦ blue 216

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

Shades of Han Purple #3B1ED8

Tints of Han Purple #3B1ED8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.84%

 BLUE value IS 216 (84.77% from 255) = 70.82%

R = 19.34%
G = 9.84%
B = 70.82%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3B1ED8 (or 0x3B1ED8) is known color: Han Purple. HEX triplet: 3B, 1E and D8. RGB value is (59,30,216). Sum of RGB (Red+Green+Blue) = 59+30+216=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 216 (84.77% from 255 or 70.82% from 305); Max value from RGB is 216 - color contains mainly: blue. Hex color #3B1ED8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B1ED8 is #C4E127. Grayscale: #3B3B3B. Windows color (decimal): -12902696 or 14163515. OLE color: 14163515.

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

Color convert

RGB 59 30 216 -
CMYK 0.73 0.86 0 0.15
HSL 249.35º 0.76% 0.48% -
HSV(B) 249.35º 0.86% 0.85% -
XYZ 14.66 6.82 65.51 -
YUV 59.88 216.11 127.38 -
System Red Green Blue C M Y K H S L
Decimal 59 30 216 0.73 0.86 0 0.15 249.35 0.76 0.48
Hex 3B 1E D8 49 56 0 F F9 4C 30
Octal 73 36 330 111 126 0 17 371 114 60
Binary 111011 11110 11011000 1001001 1010110 0 1111 11111001 1001100 110000

Color Harmonies of #3B1ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1ED8

Black with #3B1ED8

Text Example


Text Example

White with #3B1ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,30,216); }

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

background-color css

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

 a { background-color: rgb(59,30,216); }

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

border-color css

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

 span { border-color: rgb(59,30,216); }

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