Html Css Color HEX #3C1EDF Han Purple

📋 copy color: '#3C1EDF'

red 60 ◦ green 30 ◦ blue 223

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

Shades of Han Purple #3C1EDF

Tints of Han Purple #3C1EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.25%

R = 19.17%
G = 9.58%
B = 71.25%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C1EDF (or 0x3C1EDF) is known color: Han Purple. HEX triplet: 3C, 1E and DF. RGB value is (60,30,223). Sum of RGB (Red+Green+Blue) = 60+30+223=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C1EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1EDF is #C3E120. Grayscale: #3C3C3C. Windows color (decimal): -12837153 or 14622268. OLE color: 14622268.

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

Color convert

RGB 60 30 223 -
CMYK 0.73 0.87 0 0.13
HSL 249.33º 0.76% 0.5% -
HSV(B) 249.33º 0.87% 0.87% -
XYZ 15.65 7.22 70.38 -
YUV 60.97 219.44 127.31 -
System Red Green Blue C M Y K H S L
Decimal 60 30 223 0.73 0.87 0 0.13 249.33 0.76 0.5
Hex 3C 1E DF 49 57 0 D F9 4C 32
Octal 74 36 337 111 127 0 15 371 114 62
Binary 111100 11110 11011111 1001001 1010111 0 1101 11111001 1001100 110010

Color Harmonies of #3C1EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1EDF

Black with #3C1EDF

Text Example


Text Example

White with #3C1EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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