Html Css Color HEX #3C28EC Han Purple

📋 copy color: '#3C28EC'

red 60 ◦ green 40 ◦ blue 236

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

Shades of Han Purple #3C28EC

Tints of Han Purple #3C28EC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.9%

 BLUE value IS 236 (92.58% from 255) = 70.24%

R = 17.86%
G = 11.9%
B = 70.24%

CMYK

 C value IS 0.75

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3C28EC (or 0x3C28EC) is known color: Han Purple. HEX triplet: 3C, 28 and EC. RGB value is (60,40,236). Sum of RGB (Red+Green+Blue) = 60+40+236=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 236 (92.58% from 255 or 70.24% from 336); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C28EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C28EC is #C3D713. Grayscale: #434343. Windows color (decimal): -12834580 or 15476796. OLE color: 15476796.

HSL color Cylindrical-coordinate representation of color #3C28EC: hue angle of 246.12º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C28EC is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 40 236 -
CMYK 0.75 0.83 0 0.07
HSL 246.12º 0.84% 0.54% -
HSV(B) 246.12º 0.83% 0.93% -
XYZ 17.76 8.53 80.07 -
YUV 68.32 222.63 122.06 -
System Red Green Blue C M Y K H S L
Decimal 60 40 236 0.75 0.83 0 0.07 246.12 0.84 0.54
Hex 3C 28 EC 4B 53 0 7 F6 54 36
Octal 74 50 354 113 123 0 7 366 124 66
Binary 111100 101000 11101100 1001011 1010011 0 111 11110110 1010100 110110

Color Harmonies of #3C28EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C28EC

Black with #3C28EC

Text Example


Text Example

White with #3C28EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,40,236); }

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

background-color css

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

 a { background-color: rgb(60,40,236); }

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

border-color css

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

 span { border-color: rgb(60,40,236); }

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