Html Css Color HEX #3B1EEB Han Purple

📋 copy color: '#3B1EEB'

red 59 ◦ green 30 ◦ blue 235

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

Shades of Han Purple #3B1EEB

Tints of Han Purple #3B1EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 72.53%

R = 18.21%
G = 9.26%
B = 72.53%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3B1EEB (or 0x3B1EEB) is known color: Han Purple. HEX triplet: 3B, 1E and EB. RGB value is (59,30,235). Sum of RGB (Red+Green+Blue) = 59+30+235=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 235 (92.19% from 255 or 72.53% from 324); Max value from RGB is 235 - color contains mainly: blue. Hex color #3B1EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B1EEB is #C4E114. Grayscale: #3D3D3D. Windows color (decimal): -12902677 or 15408699. OLE color: 15408699.

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

Color convert

RGB 59 30 235 -
CMYK 0.75 0.87 0 0.08
HSL 248.49º 0.84% 0.52% -
HSV(B) 248.49º 0.87% 0.92% -
XYZ 17.26 7.86 79.2 -
YUV 62.04 225.61 125.83 -
System Red Green Blue C M Y K H S L
Decimal 59 30 235 0.75 0.87 0 0.08 248.49 0.84 0.52
Hex 3B 1E EB 4B 57 0 8 F8 54 34
Octal 73 36 353 113 127 0 10 370 124 64
Binary 111011 11110 11101011 1001011 1010111 0 1000 11111000 1010100 110100

Color Harmonies of #3B1EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1EEB

Black with #3B1EEB

Text Example


Text Example

White with #3B1EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,30,235); }

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

background-color css

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

 a { background-color: rgb(59,30,235); }

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

border-color css

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

 span { border-color: rgb(59,30,235); }

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