Html Css Color HEX #3C1EEF Han Purple

📋 copy color: '#3C1EEF'

red 60 ◦ green 30 ◦ blue 239

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

Shades of Han Purple #3C1EEF

Tints of Han Purple #3C1EEF

RGB

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

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

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

R = 18.24%
G = 9.12%
B = 72.64%

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

#3C1EEF (or 0x3C1EEF) is known color: Han Purple. HEX triplet: 3C, 1E and EF. RGB value is (60,30,239). Sum of RGB (Red+Green+Blue) = 60+30+239=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C1EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C1EEF is #C3E110. Grayscale: #3D3D3D. Windows color (decimal): -12837137 or 15670844. OLE color: 15670844.

HSL color Cylindrical-coordinate representation of color #3C1EEF: hue angle of 248.61º 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 #3C1EEF is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 30 239 -
CMYK 0.75 0.87 0 0.06
HSL 248.61º 0.87% 0.53% -
HSV(B) 248.61º 0.87% 0.94% -
XYZ 17.91 8.12 82.29 -
YUV 62.8 227.44 126.01 -
System Red Green Blue C M Y K H S L
Decimal 60 30 239 0.75 0.87 0 0.06 248.61 0.87 0.53
Hex 3C 1E EF 4B 57 0 6 F9 57 35
Octal 74 36 357 113 127 0 6 371 127 65
Binary 111100 11110 11101111 1001011 1010111 0 110 11111001 1010111 110101

Color Harmonies of #3C1EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1EEF

Black with #3C1EEF

Text Example


Text Example

White with #3C1EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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