Html Css Color HEX #3B1BEF Han Purple

📋 copy color: '#3B1BEF'

red 59 ◦ green 27 ◦ blue 239

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

Shades of Han Purple #3B1BEF

Tints of Han Purple #3B1BEF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.31%

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

R = 18.15%
G = 8.31%
B = 73.54%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3B1BEF (or 0x3B1BEF) is known color: Han Purple. HEX triplet: 3B, 1B and EF. RGB value is (59,27,239). Sum of RGB (Red+Green+Blue) = 59+27+239=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #3B1BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B1BEF is #C4E410. Grayscale: #3B3B3B. Windows color (decimal): -12903441 or 15670075. OLE color: 15670075.

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

Color convert

RGB 59 27 239 -
CMYK 0.75 0.89 0 0.06
HSL 249.06º 0.87% 0.52% -
HSV(B) 249.06º 0.89% 0.94% -
XYZ 17.78 7.95 82.26 -
YUV 60.74 228.6 126.76 -
System Red Green Blue C M Y K H S L
Decimal 59 27 239 0.75 0.89 0 0.06 249.06 0.87 0.52
Hex 3B 1B EF 4B 59 0 6 F9 57 34
Octal 73 33 357 113 131 0 6 371 127 64
Binary 111011 11011 11101111 1001011 1011001 0 110 11111001 1010111 110100

Color Harmonies of #3B1BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1BEF

Black with #3B1BEF

Text Example


Text Example

White with #3B1BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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