Html Css Color HEX #3A0ACE Han Purple

📋 copy color: '#3A0ACE'

red 58 ◦ green 10 ◦ blue 206

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

Shades of Han Purple #3A0ACE

Tints of Han Purple #3A0ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.65%

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

R = 21.17%
G = 3.65%
B = 75.18%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A0ACE (or 0x3A0ACE) is known color: Han Purple. HEX triplet: 3A, 0A and CE. RGB value is (58,10,206). Sum of RGB (Red+Green+Blue) = 58+10+206=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A0ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0ACE is #C5F531. Grayscale: #2D2D2D. Windows color (decimal): -12973362 or 13503034. OLE color: 13503034.

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

Color convert

RGB 58 10 206 -
CMYK 0.72 0.95 0 0.19
HSL 254.69º 0.91% 0.42% -
HSV(B) 254.69º 0.95% 0.81% -
XYZ 12.99 5.57 58.78 -
YUV 46.7 217.9 136.06 -
System Red Green Blue C M Y K H S L
Decimal 58 10 206 0.72 0.95 0 0.19 254.69 0.91 0.42
Hex 3A A CE 48 5F 0 13 FF 5B 2A
Octal 72 12 316 110 137 0 23 377 133 52
Binary 111010 1010 11001110 1001000 1011111 0 10011 11111111 1011011 101010

Color Harmonies of #3A0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0ACE

Black with #3A0ACE

Text Example


Text Example

White with #3A0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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