Html Css Color HEX #3C2BE5 Han Purple

📋 copy color: '#3C2BE5'

red 60 ◦ green 43 ◦ blue 229

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

Shades of Han Purple #3C2BE5

Tints of Han Purple #3C2BE5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.95%

 BLUE value IS 229 (89.84% from 255) = 68.98%

R = 18.07%
G = 12.95%
B = 68.98%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3C2BE5 (or 0x3C2BE5) is known color: Han Purple. HEX triplet: 3C, 2B and E5. RGB value is (60,43,229). Sum of RGB (Red+Green+Blue) = 60+43+229=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 229 (89.84% from 255 or 68.98% from 332); Max value from RGB is 229 - color contains mainly: blue. Hex color #3C2BE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2BE5 is #C3D41A. Grayscale: #444444. Windows color (decimal): -12833819 or 15018812. OLE color: 15018812.

HSL color Cylindrical-coordinate representation of color #3C2BE5: hue angle of 245.48º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C2BE5 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 60 43 229 -
CMYK 0.74 0.81 0 0.10
HSL 245.48º 0.78% 0.53% -
HSV(B) 245.48º 0.81% 0.9% -
XYZ 16.87 8.35 74.85 -
YUV 69.29 218.13 121.38 -
System Red Green Blue C M Y K H S L
Decimal 60 43 229 0.74 0.81 0 0.10 245.48 0.78 0.53
Hex 3C 2B E5 4A 51 0 A F5 4E 35
Octal 74 53 345 112 121 0 12 365 116 65
Binary 111100 101011 11100101 1001010 1010001 0 1010 11110101 1001110 110101

Color Harmonies of #3C2BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2BE5

Black with #3C2BE5

Text Example


Text Example

White with #3C2BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,43,229); }

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

background-color css

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

 a { background-color: rgb(60,43,229); }

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

border-color css

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

 span { border-color: rgb(60,43,229); }

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