Html Css Color HEX #3C20FC Han Purple

📋 copy color: '#3C20FC'

red 60 ◦ green 32 ◦ blue 252

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

Shades of Han Purple #3C20FC

Tints of Han Purple #3C20FC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.3%

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

R = 17.44%
G = 9.3%
B = 73.26%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3C20FC (or 0x3C20FC) is known color: Han Purple. HEX triplet: 3C, 20 and FC. RGB value is (60,32,252). Sum of RGB (Red+Green+Blue) = 60+32+252=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C20FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C20FC is #C3DF03. Grayscale: #404040. Windows color (decimal): -12836612 or 16523324. OLE color: 16523324.

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

Color convert

RGB 60 32 252 -
CMYK 0.76 0.87 0 0.01
HSL 247.64º 0.97% 0.56% -
HSV(B) 247.64º 0.87% 0.99% -
XYZ 19.95 9.02 92.79 -
YUV 65.45 233.28 124.11 -
System Red Green Blue C M Y K H S L
Decimal 60 32 252 0.76 0.87 0 0.01 247.64 0.97 0.56
Hex 3C 20 FC 4C 57 0 1 F8 61 38
Octal 74 40 374 114 127 0 1 370 141 70
Binary 111100 100000 11111100 1001100 1010111 0 1 11111000 1100001 111000

Color Harmonies of #3C20FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C20FC

Black with #3C20FC

Text Example


Text Example

White with #3C20FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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