Html Css Color HEX #3C2FDD Han Purple

📋 copy color: '#3C2FDD'

red 60 ◦ green 47 ◦ blue 221

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

Shades of Han Purple #3C2FDD

Tints of Han Purple #3C2FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.33%

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

R = 18.29%
G = 14.33%
B = 67.38%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C2FDD (or 0x3C2FDD) is known color: Han Purple. HEX triplet: 3C, 2F and DD. RGB value is (60,47,221). Sum of RGB (Red+Green+Blue) = 60+47+221=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 221 (86.72% from 255 or 67.38% from 328); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C2FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2FDD is #C3D022. Grayscale: #464646. Windows color (decimal): -12832803 or 14495548. OLE color: 14495548.

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

Color convert

RGB 60 47 221 -
CMYK 0.73 0.79 0 0.13
HSL 244.48º 0.72% 0.53% -
HSV(B) 244.48º 0.79% 0.87% -
XYZ 15.93 8.21 69.15 -
YUV 70.72 212.81 120.35 -
System Red Green Blue C M Y K H S L
Decimal 60 47 221 0.73 0.79 0 0.13 244.48 0.72 0.53
Hex 3C 2F DD 49 4F 0 D F4 48 35
Octal 74 57 335 111 117 0 15 364 110 65
Binary 111100 101111 11011101 1001001 1001111 0 1101 11110100 1001000 110101

Color Harmonies of #3C2FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2FDD

Black with #3C2FDD

Text Example


Text Example

White with #3C2FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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