Html Css Color HEX #3E1FFC Han Purple

📋 copy color: '#3E1FFC'

red 62 ◦ green 31 ◦ blue 252

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

Shades of Han Purple #3E1FFC

Tints of Han Purple #3E1FFC

RGB

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

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

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

R = 17.97%
G = 8.99%
B = 73.04%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3E1FFC (or 0x3E1FFC) is known color: Han Purple. HEX triplet: 3E, 1F and FC. RGB value is (62,31,252). Sum of RGB (Red+Green+Blue) = 62+31+252=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #3E1FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E1FFC is #C1E003. Grayscale: #404040. Windows color (decimal): -12705796 or 16523070. OLE color: 16523070.

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

Color convert

RGB 62 31 252 -
CMYK 0.75 0.88 0 0.01
HSL 248.42º 0.97% 0.55% -
HSV(B) 248.42º 0.88% 0.99% -
XYZ 20.05 9.03 92.78 -
YUV 65.46 233.27 125.53 -
System Red Green Blue C M Y K H S L
Decimal 62 31 252 0.75 0.88 0 0.01 248.42 0.97 0.55
Hex 3E 1F FC 4B 58 0 1 F8 61 37
Octal 76 37 374 113 130 0 1 370 141 67
Binary 111110 11111 11111100 1001011 1011000 0 1 11111000 1100001 110111

Color Harmonies of #3E1FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1FFC

Black with #3E1FFC

Text Example


Text Example

White with #3E1FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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