Html Css Color HEX #3A19CE Han Purple

📋 copy color: '#3A19CE'

red 58 ◦ green 25 ◦ blue 206

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

Shades of Han Purple #3A19CE

Tints of Han Purple #3A19CE

RGB

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

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

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

R = 20.07%
G = 8.65%
B = 71.28%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A19CE (or 0x3A19CE) is known color: Han Purple. HEX triplet: 3A, 19 and CE. RGB value is (58,25,206). Sum of RGB (Red+Green+Blue) = 58+25+206=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A19CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A19CE is #C5E631. Grayscale: #363636. Windows color (decimal): -12969522 or 13506874. OLE color: 13506874.

HSL color Cylindrical-coordinate representation of color #3A19CE: hue angle of 250.94º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A19CE is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 25 206 -
CMYK 0.72 0.88 0 0.19
HSL 250.94º 0.78% 0.45% -
HSV(B) 250.94º 0.88% 0.81% -
XYZ 13.23 6.05 58.86 -
YUV 55.5 212.93 129.78 -
System Red Green Blue C M Y K H S L
Decimal 58 25 206 0.72 0.88 0 0.19 250.94 0.78 0.45
Hex 3A 19 CE 48 58 0 13 FB 4E 2D
Octal 72 31 316 110 130 0 23 373 116 55
Binary 111010 11001 11001110 1001000 1011000 0 10011 11111011 1001110 101101

Color Harmonies of #3A19CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A19CE

Black with #3A19CE

Text Example


Text Example

White with #3A19CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,25,206); }

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

background-color css

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

 a { background-color: rgb(58,25,206); }

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

border-color css

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

 span { border-color: rgb(58,25,206); }

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