Html Css Color HEX #3C0ACE Han Purple

📋 copy color: '#3C0ACE'

red 60 ◦ green 10 ◦ blue 206

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

Shades of Han Purple #3C0ACE

Tints of Han Purple #3C0ACE

RGB

 RED value IS 60 (23.83% from 255) = 21.74%

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

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

R = 21.74%
G = 3.62%
B = 74.64%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C0ACE (or 0x3C0ACE) is known color: Han Purple. HEX triplet: 3C, 0A and CE. RGB value is (60,10,206). Sum of RGB (Red+Green+Blue) = 60+10+206=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 206 (80.86% from 255 or 74.64% from 276); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C0ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0ACE is #C3F531. Grayscale: #2E2E2E. Windows color (decimal): -12842290 or 13503036. OLE color: 13503036.

HSL color Cylindrical-coordinate representation of color #3C0ACE: hue angle of 255.31º 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 #3C0ACE is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 10 206 -
CMYK 0.71 0.95 0 0.19
HSL 255.31º 0.91% 0.42% -
HSV(B) 255.31º 0.95% 0.81% -
XYZ 13.11 5.63 58.79 -
YUV 47.29 217.57 137.06 -
System Red Green Blue C M Y K H S L
Decimal 60 10 206 0.71 0.95 0 0.19 255.31 0.91 0.42
Hex 3C A CE 47 5F 0 13 FF 5B 2A
Octal 74 12 316 107 137 0 23 377 133 52
Binary 111100 1010 11001110 1000111 1011111 0 10011 11111111 1011011 101010

Color Harmonies of #3C0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0ACE

Black with #3C0ACE

Text Example


Text Example

White with #3C0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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