Html Css Color HEX #3C0CFE Han Purple

📋 copy color: '#3C0CFE'

red 60 ◦ green 12 ◦ blue 254

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

Shades of Han Purple #3C0CFE

Tints of Han Purple #3C0CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 77.91%

R = 18.4%
G = 3.68%
B = 77.91%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3C0CFE (or 0x3C0CFE) is known color: Han Purple. HEX triplet: 3C, 0C and FE. RGB value is (60,12,254). Sum of RGB (Red+Green+Blue) = 60+12+254=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 254 (99.61% from 255 or 77.91% from 326); Max value from RGB is 254 - color contains mainly: blue. Hex color #3C0CFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0CFE is #C3F301. Grayscale: #353535. Windows color (decimal): -12841730 or 16649276. OLE color: 16649276.

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

Color convert

RGB 60 12 254 -
CMYK 0.76 0.95 0 0.00
HSL 251.9º 0.99% 0.52% -
HSV(B) 251.9º 0.95% 1% -
XYZ 19.88 8.38 94.34 -
YUV 53.94 240.9 132.32 -
System Red Green Blue C M Y K H S L
Decimal 60 12 254 0.76 0.95 0 0.00 251.9 0.99 0.52
Hex 3C C FE 4C 5F 0 0 FC 63 34
Octal 74 14 376 114 137 0 0 374 143 64
Binary 111100 1100 11111110 1001100 1011111 0 0 11111100 1100011 110100

Color Harmonies of #3C0CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0CFE

Black with #3C0CFE

Text Example


Text Example

White with #3C0CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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