Html Css Color HEX #3C20EF Han Purple

📋 copy color: '#3C20EF'

red 60 ◦ green 32 ◦ blue 239

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

Shades of Han Purple #3C20EF

Tints of Han Purple #3C20EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 72.21%

R = 18.13%
G = 9.67%
B = 72.21%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3C20EF (or 0x3C20EF) is known color: Han Purple. HEX triplet: 3C, 20 and EF. RGB value is (60,32,239). Sum of RGB (Red+Green+Blue) = 60+32+239=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 239 (93.75% from 255 or 72.21% from 331); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C20EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C20EF is #C3DF10. Grayscale: #3F3F3F. Windows color (decimal): -12836625 or 15671356. OLE color: 15671356.

HSL color Cylindrical-coordinate representation of color #3C20EF: hue angle of 248.12º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C20EF is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 32 239 -
CMYK 0.75 0.87 0 0.06
HSL 248.12º 0.87% 0.53% -
HSV(B) 248.12º 0.87% 0.94% -
XYZ 17.96 8.23 82.3 -
YUV 63.97 226.78 125.17 -
System Red Green Blue C M Y K H S L
Decimal 60 32 239 0.75 0.87 0 0.06 248.12 0.87 0.53
Hex 3C 20 EF 4B 57 0 6 F8 57 35
Octal 74 40 357 113 127 0 6 370 127 65
Binary 111100 100000 11101111 1001011 1010111 0 110 11111000 1010111 110101

Color Harmonies of #3C20EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C20EF

Black with #3C20EF

Text Example


Text Example

White with #3C20EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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