Html Css Color HEX #3C1DEF Han Purple

📋 copy color: '#3C1DEF'

red 60 ◦ green 29 ◦ blue 239

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

Shades of Han Purple #3C1DEF

Tints of Han Purple #3C1DEF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.84%

 BLUE value IS 239 (93.75% from 255) = 72.87%

R = 18.29%
G = 8.84%
B = 72.87%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3C1DEF (or 0x3C1DEF) is known color: Han Purple. HEX triplet: 3C, 1D and EF. RGB value is (60,29,239). Sum of RGB (Red+Green+Blue) = 60+29+239=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C1DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C1DEF is #C3E210. Grayscale: #3D3D3D. Windows color (decimal): -12837393 or 15670588. OLE color: 15670588.

HSL color Cylindrical-coordinate representation of color #3C1DEF: hue angle of 248.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C1DEF is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 29 239 -
CMYK 0.75 0.88 0 0.06
HSL 248.86º 0.87% 0.53% -
HSV(B) 248.86º 0.88% 0.94% -
XYZ 17.88 8.07 82.28 -
YUV 62.21 227.77 126.42 -
System Red Green Blue C M Y K H S L
Decimal 60 29 239 0.75 0.88 0 0.06 248.86 0.87 0.53
Hex 3C 1D EF 4B 58 0 6 F9 57 35
Octal 74 35 357 113 130 0 6 371 127 65
Binary 111100 11101 11101111 1001011 1011000 0 110 11111001 1010111 110101

Color Harmonies of #3C1DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1DEF

Black with #3C1DEF

Text Example


Text Example

White with #3C1DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,29,239); }

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

background-color css

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

 a { background-color: rgb(60,29,239); }

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

border-color css

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

 span { border-color: rgb(60,29,239); }

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