Html Css Color HEX #3B13CE Han Purple

📋 copy color: '#3B13CE'

red 59 ◦ green 19 ◦ blue 206

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

Shades of Han Purple #3B13CE

Tints of Han Purple #3B13CE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.69%

 BLUE value IS 206 (80.86% from 255) = 72.54%

R = 20.77%
G = 6.69%
B = 72.54%

CMYK

 C value IS 0.71

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3B13CE (or 0x3B13CE) is known color: Han Purple. HEX triplet: 3B, 13 and CE. RGB value is (59,19,206). Sum of RGB (Red+Green+Blue) = 59+19+206=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #3B13CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B13CE is #C4EC31. Grayscale: #333333. Windows color (decimal): -12905522 or 13505339. OLE color: 13505339.

HSL color Cylindrical-coordinate representation of color #3B13CE: hue angle of 252.83º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B13CE is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 19 206 -
CMYK 0.71 0.91 0 0.19
HSL 252.83º 0.83% 0.44% -
HSV(B) 252.83º 0.91% 0.81% -
XYZ 13.18 5.85 58.83 -
YUV 52.28 214.75 132.79 -
System Red Green Blue C M Y K H S L
Decimal 59 19 206 0.71 0.91 0 0.19 252.83 0.83 0.44
Hex 3B 13 CE 47 5B 0 13 FD 53 2C
Octal 73 23 316 107 133 0 23 375 123 54
Binary 111011 10011 11001110 1000111 1011011 0 10011 11111101 1010011 101100

Color Harmonies of #3B13CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B13CE

Black with #3B13CE

Text Example


Text Example

White with #3B13CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,19,206); }

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

background-color css

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

 a { background-color: rgb(59,19,206); }

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

border-color css

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

 span { border-color: rgb(59,19,206); }

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