Html Css Color HEX #3A1CCE Han Purple

📋 copy color: '#3A1CCE'

red 58 ◦ green 28 ◦ blue 206

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

Shades of Han Purple #3A1CCE

Tints of Han Purple #3A1CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.59%

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

R = 19.86%
G = 9.59%
B = 70.55%

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

#3A1CCE (or 0x3A1CCE) is known color: Han Purple. HEX triplet: 3A, 1C and CE. RGB value is (58,28,206). Sum of RGB (Red+Green+Blue) = 58+28+206=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A1CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1CCE is #C5E331. Grayscale: #383838. Windows color (decimal): -12968754 or 13507642. OLE color: 13507642.

HSL color Cylindrical-coordinate representation of color #3A1CCE: hue angle of 250.11º degrees, saturation: 0.76, 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 #3A1CCE is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 28 206 -
CMYK 0.72 0.86 0 0.19
HSL 250.11º 0.76% 0.46% -
HSV(B) 250.11º 0.86% 0.81% -
XYZ 13.3 6.19 58.89 -
YUV 57.26 211.94 128.53 -
System Red Green Blue C M Y K H S L
Decimal 58 28 206 0.72 0.86 0 0.19 250.11 0.76 0.46
Hex 3A 1C CE 48 56 0 13 FA 4C 2E
Octal 72 34 316 110 126 0 23 372 114 56
Binary 111010 11100 11001110 1001000 1010110 0 10011 11111010 1001100 101110

Color Harmonies of #3A1CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1CCE

Black with #3A1CCE

Text Example


Text Example

White with #3A1CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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