Html Css Color HEX #3C1EDD Han Purple

📋 copy color: '#3C1EDD'

red 60 ◦ green 30 ◦ blue 221

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

Shades of Han Purple #3C1EDD

Tints of Han Purple #3C1EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.65%

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

R = 19.29%
G = 9.65%
B = 71.06%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C1EDD (or 0x3C1EDD) is known color: Han Purple. HEX triplet: 3C, 1E and DD. RGB value is (60,30,221). Sum of RGB (Red+Green+Blue) = 60+30+221=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C1EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1EDD is #C3E122. Grayscale: #3C3C3C. Windows color (decimal): -12837155 or 14491196. OLE color: 14491196.

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

Color convert

RGB 60 30 221 -
CMYK 0.73 0.86 0 0.13
HSL 249.42º 0.76% 0.49% -
HSV(B) 249.42º 0.86% 0.87% -
XYZ 15.38 7.11 68.97 -
YUV 60.74 218.44 127.47 -
System Red Green Blue C M Y K H S L
Decimal 60 30 221 0.73 0.86 0 0.13 249.42 0.76 0.49
Hex 3C 1E DD 49 56 0 D F9 4C 31
Octal 74 36 335 111 126 0 15 371 114 61
Binary 111100 11110 11011101 1001001 1010110 0 1101 11111001 1001100 110001

Color Harmonies of #3C1EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1EDD

Black with #3C1EDD

Text Example


Text Example

White with #3C1EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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