Html Css Color HEX #3C0EEF Han Purple

📋 copy color: '#3C0EEF'

red 60 ◦ green 14 ◦ blue 239

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

Shades of Han Purple #3C0EEF

Tints of Han Purple #3C0EEF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.47%

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

R = 19.17%
G = 4.47%
B = 76.36%

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

#3C0EEF (or 0x3C0EEF) is known color: Han Purple. HEX triplet: 3C, 0E and EF. RGB value is (60,14,239). Sum of RGB (Red+Green+Blue) = 60+14+239=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 239 (93.75% from 255 or 76.36% from 313); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C0EEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0EEF is #C3F110. Grayscale: #343434. Windows color (decimal): -12841233 or 15666748. OLE color: 15666748.

HSL color Cylindrical-coordinate representation of color #3C0EEF: hue angle of 252.27º degrees, saturation: 0.89, 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 #3C0EEF is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 14 239 -
CMYK 0.75 0.94 0 0.06
HSL 252.27º 0.89% 0.5% -
HSV(B) 252.27º 0.94% 0.94% -
XYZ 17.6 7.51 82.18 -
YUV 53.4 232.74 132.7 -
System Red Green Blue C M Y K H S L
Decimal 60 14 239 0.75 0.94 0 0.06 252.27 0.89 0.5
Hex 3C E EF 4B 5E 0 6 FC 59 32
Octal 74 16 357 113 136 0 6 374 131 62
Binary 111100 1110 11101111 1001011 1011110 0 110 11111100 1011001 110010

Color Harmonies of #3C0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0EEF

Black with #3C0EEF

Text Example


Text Example

White with #3C0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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