Html Css Color HEX #3C2CDD Han Purple

📋 copy color: '#3C2CDD'

red 60 ◦ green 44 ◦ blue 221

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

Shades of Han Purple #3C2CDD

Tints of Han Purple #3C2CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.54%

 BLUE value IS 221 (86.72% from 255) = 68%

R = 18.46%
G = 13.54%
B = 68%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C2CDD (or 0x3C2CDD) is known color: Han Purple. HEX triplet: 3C, 2C and DD. RGB value is (60,44,221). Sum of RGB (Red+Green+Blue) = 60+44+221=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C2CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2CDD is #C3D322. Grayscale: #444444. Windows color (decimal): -12833571 or 14494780. OLE color: 14494780.

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

Color convert

RGB 60 44 221 -
CMYK 0.73 0.80 0 0.13
HSL 245.42º 0.72% 0.52% -
HSV(B) 245.42º 0.8% 0.87% -
XYZ 15.82 7.98 69.11 -
YUV 68.96 213.8 121.61 -
System Red Green Blue C M Y K H S L
Decimal 60 44 221 0.73 0.80 0 0.13 245.42 0.72 0.52
Hex 3C 2C DD 49 50 0 D F5 48 34
Octal 74 54 335 111 120 0 15 365 110 64
Binary 111100 101100 11011101 1001001 1010000 0 1101 11110101 1001000 110100

Color Harmonies of #3C2CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2CDD

Black with #3C2CDD

Text Example


Text Example

White with #3C2CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,44,221); }

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

background-color css

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

 a { background-color: rgb(60,44,221); }

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

border-color css

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

 span { border-color: rgb(60,44,221); }

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