Html Css Color HEX #3B19DC Han Purple

📋 copy color: '#3B19DC'

red 59 ◦ green 25 ◦ blue 220

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

Shades of Han Purple #3B19DC

Tints of Han Purple #3B19DC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.22%

 BLUE value IS 220 (86.33% from 255) = 72.37%

R = 19.41%
G = 8.22%
B = 72.37%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B19DC (or 0x3B19DC) is known color: Han Purple. HEX triplet: 3B, 19 and DC. RGB value is (59,25,220). Sum of RGB (Red+Green+Blue) = 59+25+220=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B19DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B19DC is #C4E623. Grayscale: #383838. Windows color (decimal): -12903972 or 14424379. OLE color: 14424379.

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

Color convert

RGB 59 25 220 -
CMYK 0.73 0.89 0 0.14
HSL 250.46º 0.8% 0.48% -
HSV(B) 250.46º 0.89% 0.86% -
XYZ 15.07 6.79 68.23 -
YUV 57.4 219.76 129.14 -
System Red Green Blue C M Y K H S L
Decimal 59 25 220 0.73 0.89 0 0.14 250.46 0.8 0.48
Hex 3B 19 DC 49 59 0 E FA 50 30
Octal 73 31 334 111 131 0 16 372 120 60
Binary 111011 11001 11011100 1001001 1011001 0 1110 11111010 1010000 110000

Color Harmonies of #3B19DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B19DC

Black with #3B19DC

Text Example


Text Example

White with #3B19DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,25,220); }

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

background-color css

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

 a { background-color: rgb(59,25,220); }

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

border-color css

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

 span { border-color: rgb(59,25,220); }

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