Html Css Color HEX #3C2DEB Han Purple

📋 copy color: '#3C2DEB'

red 60 ◦ green 45 ◦ blue 235

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

Shades of Han Purple #3C2DEB

Tints of Han Purple #3C2DEB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.24%

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

R = 17.65%
G = 13.24%
B = 69.12%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3C2DEB (or 0x3C2DEB) is known color: Han Purple. HEX triplet: 3C, 2D and EB. RGB value is (60,45,235). Sum of RGB (Red+Green+Blue) = 60+45+235=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 235 (92.19% from 255 or 69.12% from 340); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C2DEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C2DEB is #C3D214. Grayscale: #464646. Windows color (decimal): -12833301 or 15412540. OLE color: 15412540.

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

Color convert

RGB 60 45 235 -
CMYK 0.74 0.81 0 0.08
HSL 244.74º 0.83% 0.55% -
HSV(B) 244.74º 0.81% 0.92% -
XYZ 17.8 8.84 79.36 -
YUV 71.15 220.47 120.05 -
System Red Green Blue C M Y K H S L
Decimal 60 45 235 0.74 0.81 0 0.08 244.74 0.83 0.55
Hex 3C 2D EB 4A 51 0 8 F5 53 37
Octal 74 55 353 112 121 0 10 365 123 67
Binary 111100 101101 11101011 1001010 1010001 0 1000 11110101 1010011 110111

Color Harmonies of #3C2DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2DEB

Black with #3C2DEB

Text Example


Text Example

White with #3C2DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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