Html Css Color HEX #3C0FEF Han Purple

📋 copy color: '#3C0FEF'

red 60 ◦ green 15 ◦ blue 239

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

Shades of Han Purple #3C0FEF

Tints of Han Purple #3C0FEF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.78%

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

R = 19.11%
G = 4.78%
B = 76.11%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3C0FEF (or 0x3C0FEF) is known color: Han Purple. HEX triplet: 3C, 0F and EF. RGB value is (60,15,239). Sum of RGB (Red+Green+Blue) = 60+15+239=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 239 (93.75% from 255 or 76.11% from 314); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C0FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0FEF is #C3F010. Grayscale: #353535. Windows color (decimal): -12840977 or 15667004. OLE color: 15667004.

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

Color convert

RGB 60 15 239 -
CMYK 0.75 0.94 0 0.06
HSL 252.05º 0.88% 0.5% -
HSV(B) 252.05º 0.94% 0.94% -
XYZ 17.61 7.53 82.19 -
YUV 53.99 232.41 132.29 -
System Red Green Blue C M Y K H S L
Decimal 60 15 239 0.75 0.94 0 0.06 252.05 0.88 0.5
Hex 3C F EF 4B 5E 0 6 FC 58 32
Octal 74 17 357 113 136 0 6 374 130 62
Binary 111100 1111 11101111 1001011 1011110 0 110 11111100 1011000 110010

Color Harmonies of #3C0FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0FEF

Black with #3C0FEF

Text Example


Text Example

White with #3C0FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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