Html Css Color HEX #3A1DCE Han Purple

📋 copy color: '#3A1DCE'

red 58 ◦ green 29 ◦ blue 206

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

Shades of Han Purple #3A1DCE

Tints of Han Purple #3A1DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.9%

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

R = 19.8%
G = 9.9%
B = 70.31%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A1DCE (or 0x3A1DCE) is known color: Han Purple. HEX triplet: 3A, 1D and CE. RGB value is (58,29,206). Sum of RGB (Red+Green+Blue) = 58+29+206=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A1DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1DCE is #C5E231. Grayscale: #393939. Windows color (decimal): -12968498 or 13507898. OLE color: 13507898.

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

Color convert

RGB 58 29 206 -
CMYK 0.72 0.86 0 0.19
HSL 249.83º 0.75% 0.46% -
HSV(B) 249.83º 0.86% 0.81% -
XYZ 13.32 6.23 58.89 -
YUV 57.85 211.61 128.11 -
System Red Green Blue C M Y K H S L
Decimal 58 29 206 0.72 0.86 0 0.19 249.83 0.75 0.46
Hex 3A 1D CE 48 56 0 13 FA 4B 2E
Octal 72 35 316 110 126 0 23 372 113 56
Binary 111010 11101 11001110 1001000 1010110 0 10011 11111010 1001011 101110

Color Harmonies of #3A1DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1DCE

Black with #3A1DCE

Text Example


Text Example

White with #3A1DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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