Html Css Color HEX #3E0CFC Han Purple

📋 copy color: '#3E0CFC'

red 62 ◦ green 12 ◦ blue 252

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

Shades of Han Purple #3E0CFC

Tints of Han Purple #3E0CFC

RGB

 RED value IS 62 (24.61% from 255) = 19.02%

 GREEN value IS 12 (5.08% from 255) = 3.68%

 BLUE value IS 252 (98.83% from 255) = 77.3%

R = 19.02%
G = 3.68%
B = 77.3%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3E0CFC (or 0x3E0CFC) is known color: Han Purple. HEX triplet: 3E, 0C and FC. RGB value is (62,12,252). Sum of RGB (Red+Green+Blue) = 62+12+252=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 252 (98.83% from 255 or 77.30% from 326); Max value from RGB is 252 - color contains mainly: blue. Hex color #3E0CFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E0CFC is #C1F303. Grayscale: #353535. Windows color (decimal): -12710660 or 16518206. OLE color: 16518206.

HSL color Cylindrical-coordinate representation of color #3E0CFC: hue angle of 252.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E0CFC is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 12 252 -
CMYK 0.75 0.95 0 0.01
HSL 252.5º 0.98% 0.52% -
HSV(B) 252.5º 0.95% 0.99% -
XYZ 19.69 8.32 92.66 -
YUV 54.31 239.57 133.49 -
System Red Green Blue C M Y K H S L
Decimal 62 12 252 0.75 0.95 0 0.01 252.5 0.98 0.52
Hex 3E C FC 4B 5F 0 1 FD 62 34
Octal 76 14 374 113 137 0 1 375 142 64
Binary 111110 1100 11111100 1001011 1011111 0 1 11111101 1100010 110100

Color Harmonies of #3E0CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0CFC

Black with #3E0CFC

Text Example


Text Example

White with #3E0CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,12,252); }

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

background-color css

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

 a { background-color: rgb(62,12,252); }

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

border-color css

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

 span { border-color: rgb(62,12,252); }

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