Html Css Color HEX #3B1FEF Han Purple

📋 copy color: '#3B1FEF'

red 59 ◦ green 31 ◦ blue 239

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

Shades of Han Purple #3B1FEF

Tints of Han Purple #3B1FEF

RGB

 RED value IS 59 (23.44% from 255) = 17.93%

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

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

R = 17.93%
G = 9.42%
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

#3B1FEF (or 0x3B1FEF) is known color: Han Purple. HEX triplet: 3B, 1F and EF. RGB value is (59,31,239). Sum of RGB (Red+Green+Blue) = 59+31+239=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 31 (12.5% from 255 or 9.42% 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 #3B1FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B1FEF is #C4E010. Grayscale: #3E3E3E. Windows color (decimal): -12902417 or 15671099. OLE color: 15671099.

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

Color convert

RGB 59 31 239 -
CMYK 0.75 0.87 0 0.06
HSL 248.08º 0.87% 0.53% -
HSV(B) 248.08º 0.87% 0.94% -
XYZ 17.87 8.14 82.29 -
YUV 63.08 227.28 125.09 -
System Red Green Blue C M Y K H S L
Decimal 59 31 239 0.75 0.87 0 0.06 248.08 0.87 0.53
Hex 3B 1F EF 4B 57 0 6 F8 57 35
Octal 73 37 357 113 127 0 6 370 127 65
Binary 111011 11111 11101111 1001011 1010111 0 110 11111000 1010111 110101

Color Harmonies of #3B1FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1FEF

Black with #3B1FEF

Text Example


Text Example

White with #3B1FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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