Html Css Color HEX #3C0ACA Han Purple

📋 copy color: '#3C0ACA'

red 60 ◦ green 10 ◦ blue 202

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

Shades of Han Purple #3C0ACA

Tints of Han Purple #3C0ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 74.26%

R = 22.06%
G = 3.68%
B = 74.26%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3C0ACA (or 0x3C0ACA) is known color: Han Purple. HEX triplet: 3C, 0A and CA. RGB value is (60,10,202). Sum of RGB (Red+Green+Blue) = 60+10+202=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 202 (79.30% from 255 or 74.26% from 272); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C0ACA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0ACA is #C3F535. Grayscale: #2E2E2E. Windows color (decimal): -12842294 or 13240892. OLE color: 13240892.

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

Color convert

RGB 60 10 202 -
CMYK 0.70 0.95 0 0.21
HSL 255.63º 0.91% 0.42% -
HSV(B) 255.63º 0.95% 0.79% -
XYZ 12.63 5.44 56.26 -
YUV 46.84 215.57 137.39 -
System Red Green Blue C M Y K H S L
Decimal 60 10 202 0.70 0.95 0 0.21 255.63 0.91 0.42
Hex 3C A CA 46 5F 0 15 100 5B 2A
Octal 74 12 312 106 137 0 25 400 133 52
Binary 111100 1010 11001010 1000110 1011111 0 10101 100000000 1011011 101010

Color Harmonies of #3C0ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0ACA

Black with #3C0ACA

Text Example


Text Example

White with #3C0ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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