Html Css Color HEX #3A13DC Han Purple

📋 copy color: '#3A13DC'

red 58 ◦ green 19 ◦ blue 220

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

Shades of Han Purple #3A13DC

Tints of Han Purple #3A13DC

RGB

 RED value IS 58 (23.05% from 255) = 19.53%

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

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

R = 19.53%
G = 6.4%
B = 74.07%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3A13DC (or 0x3A13DC) is known color: Han Purple. HEX triplet: 3A, 13 and DC. RGB value is (58,19,220). Sum of RGB (Red+Green+Blue) = 58+19+220=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A13DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A13DC is #C5EC23. Grayscale: #343434. Windows color (decimal): -12971044 or 14422842. OLE color: 14422842.

HSL color Cylindrical-coordinate representation of color #3A13DC: hue angle of 251.64º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A13DC is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 19 220 -
CMYK 0.74 0.91 0 0.14
HSL 251.64º 0.84% 0.47% -
HSV(B) 251.64º 0.91% 0.86% -
XYZ 14.9 6.53 68.19 -
YUV 53.58 221.92 131.16 -
System Red Green Blue C M Y K H S L
Decimal 58 19 220 0.74 0.91 0 0.14 251.64 0.84 0.47
Hex 3A 13 DC 4A 5B 0 E FC 54 2F
Octal 72 23 334 112 133 0 16 374 124 57
Binary 111010 10011 11011100 1001010 1011011 0 1110 11111100 1010100 101111

Color Harmonies of #3A13DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A13DC

Black with #3A13DC

Text Example


Text Example

White with #3A13DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,19,220); }

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

background-color css

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

 a { background-color: rgb(58,19,220); }

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

border-color css

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

 span { border-color: rgb(58,19,220); }

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