Html Css Color HEX #3C28EB Han Purple

📋 copy color: '#3C28EB'

red 60 ◦ green 40 ◦ blue 235

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

Shades of Han Purple #3C28EB

Tints of Han Purple #3C28EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.15%

R = 17.91%
G = 11.94%
B = 70.15%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3C28EB (or 0x3C28EB) is known color: Han Purple. HEX triplet: 3C, 28 and EB. RGB value is (60,40,235). Sum of RGB (Red+Green+Blue) = 60+40+235=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C28EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C28EB is #C3D714. Grayscale: #434343. Windows color (decimal): -12834581 or 15411260. OLE color: 15411260.

HSL color Cylindrical-coordinate representation of color #3C28EB: hue angle of 246.15º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C28EB is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 40 235 -
CMYK 0.74 0.83 0 0.08
HSL 246.15º 0.83% 0.54% -
HSV(B) 246.15º 0.83% 0.92% -
XYZ 17.62 8.48 79.3 -
YUV 68.21 222.13 122.14 -
System Red Green Blue C M Y K H S L
Decimal 60 40 235 0.74 0.83 0 0.08 246.15 0.83 0.54
Hex 3C 28 EB 4A 53 0 8 F6 53 36
Octal 74 50 353 112 123 0 10 366 123 66
Binary 111100 101000 11101011 1001010 1010011 0 1000 11110110 1010011 110110

Color Harmonies of #3C28EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C28EB

Black with #3C28EB

Text Example


Text Example

White with #3C28EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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