Html Css Color HEX #3C1FEF Han Purple

📋 copy color: '#3C1FEF'

red 60 ◦ green 31 ◦ blue 239

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

Shades of Han Purple #3C1FEF

Tints of Han Purple #3C1FEF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.39%

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

R = 18.18%
G = 9.39%
B = 72.42%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3C1FEF (or 0x3C1FEF) is known color: Han Purple. HEX triplet: 3C, 1F and EF. RGB value is (60,31,239). Sum of RGB (Red+Green+Blue) = 60+31+239=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 239 (93.75% from 255 or 72.42% from 330); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C1FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C1FEF is #C3E010. Grayscale: #3E3E3E. Windows color (decimal): -12836881 or 15671100. OLE color: 15671100.

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

Color convert

RGB 60 31 239 -
CMYK 0.75 0.87 0 0.06
HSL 248.37º 0.87% 0.53% -
HSV(B) 248.37º 0.87% 0.94% -
XYZ 17.93 8.17 82.29 -
YUV 63.38 227.11 125.59 -
System Red Green Blue C M Y K H S L
Decimal 60 31 239 0.75 0.87 0 0.06 248.37 0.87 0.53
Hex 3C 1F EF 4B 57 0 6 F8 57 35
Octal 74 37 357 113 127 0 6 370 127 65
Binary 111100 11111 11101111 1001011 1010111 0 110 11111000 1010111 110101

Color Harmonies of #3C1FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1FEF

Black with #3C1FEF

Text Example


Text Example

White with #3C1FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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