Html Css Color HEX #3C0CFD Han Purple

📋 copy color: '#3C0CFD'

red 60 ◦ green 12 ◦ blue 253

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

Shades of Han Purple #3C0CFD

Tints of Han Purple #3C0CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 77.85%

R = 18.46%
G = 3.69%
B = 77.85%

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

#3C0CFD (or 0x3C0CFD) is known color: Han Purple. HEX triplet: 3C, 0C and FD. RGB value is (60,12,253). Sum of RGB (Red+Green+Blue) = 60+12+253=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 253 (99.22% from 255 or 77.85% from 325); Max value from RGB is 253 - color contains mainly: blue. Hex color #3C0CFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0CFD is #C3F302. Grayscale: #343434. Windows color (decimal): -12841731 or 16583740. OLE color: 16583740.

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

Color convert

RGB 60 12 253 -
CMYK 0.76 0.95 0 0.01
HSL 251.95º 0.98% 0.52% -
HSV(B) 251.95º 0.95% 0.99% -
XYZ 19.72 8.32 93.49 -
YUV 53.83 240.4 132.4 -
System Red Green Blue C M Y K H S L
Decimal 60 12 253 0.76 0.95 0 0.01 251.95 0.98 0.52
Hex 3C C FD 4C 5F 0 1 FC 62 34
Octal 74 14 375 114 137 0 1 374 142 64
Binary 111100 1100 11111101 1001100 1011111 0 1 11111100 1100010 110100

Color Harmonies of #3C0CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0CFD

Black with #3C0CFD

Text Example


Text Example

White with #3C0CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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