Html Css Color HEX #3C2BDE Han Purple

📋 copy color: '#3C2BDE'

red 60 ◦ green 43 ◦ blue 222

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

Shades of Han Purple #3C2BDE

Tints of Han Purple #3C2BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.31%

R = 18.46%
G = 13.23%
B = 68.31%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C2BDE (or 0x3C2BDE) is known color: Han Purple. HEX triplet: 3C, 2B and DE. RGB value is (60,43,222). Sum of RGB (Red+Green+Blue) = 60+43+222=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #3C2BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2BDE is #C3D421. Grayscale: #434343. Windows color (decimal): -12833826 or 14560060. OLE color: 14560060.

HSL color Cylindrical-coordinate representation of color #3C2BDE: hue angle of 245.7º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C2BDE is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 43 222 -
CMYK 0.73 0.81 0 0.13
HSL 245.7º 0.73% 0.52% -
HSV(B) 245.7º 0.81% 0.87% -
XYZ 15.91 7.96 69.81 -
YUV 68.49 214.63 121.95 -
System Red Green Blue C M Y K H S L
Decimal 60 43 222 0.73 0.81 0 0.13 245.7 0.73 0.52
Hex 3C 2B DE 49 51 0 D F6 49 34
Octal 74 53 336 111 121 0 15 366 111 64
Binary 111100 101011 11011110 1001001 1010001 0 1101 11110110 1001001 110100

Color Harmonies of #3C2BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2BDE

Black with #3C2BDE

Text Example


Text Example

White with #3C2BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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