Html Css Color HEX #3C0CFC Han Purple

📋 copy color: '#3C0CFC'

red 60 ◦ green 12 ◦ blue 252

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

Shades of Han Purple #3C0CFC

Tints of Han Purple #3C0CFC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.7%

 BLUE value IS 252 (98.83% from 255) = 77.78%

R = 18.52%
G = 3.7%
B = 77.78%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3C0CFC (or 0x3C0CFC) is known color: Han Purple. HEX triplet: 3C, 0C and FC. RGB value is (60,12,252). Sum of RGB (Red+Green+Blue) = 60+12+252=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C0CFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0CFC is #C3F303. Grayscale: #343434. Windows color (decimal): -12841732 or 16518204. OLE color: 16518204.

HSL color Cylindrical-coordinate representation of color #3C0CFC: hue angle of 252º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0CFC is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 12 252 -
CMYK 0.76 0.95 0 0.01
HSL 252º 0.98% 0.52% -
HSV(B) 252º 0.95% 0.99% -
XYZ 19.57 8.25 92.66 -
YUV 53.71 239.9 132.49 -
System Red Green Blue C M Y K H S L
Decimal 60 12 252 0.76 0.95 0 0.01 252 0.98 0.52
Hex 3C C FC 4C 5F 0 1 FC 62 34
Octal 74 14 374 114 137 0 1 374 142 64
Binary 111100 1100 11111100 1001100 1011111 0 1 11111100 1100010 110100

Color Harmonies of #3C0CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0CFC

Black with #3C0CFC

Text Example


Text Example

White with #3C0CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,12,252); }

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

background-color css

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

 a { background-color: rgb(60,12,252); }

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

border-color css

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

 span { border-color: rgb(60,12,252); }

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