Html Css Color HEX #3B0FDE Han Purple

📋 copy color: '#3B0FDE'

red 59 ◦ green 15 ◦ blue 222

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

Shades of Han Purple #3B0FDE

Tints of Han Purple #3B0FDE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.07%

 BLUE value IS 222 (87.11% from 255) = 75%

R = 19.93%
G = 5.07%
B = 75%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3B0FDE (or 0x3B0FDE) is known color: Han Purple. HEX triplet: 3B, 0F and DE. RGB value is (59,15,222). Sum of RGB (Red+Green+Blue) = 59+15+222=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 222 (87.11% from 255 or 75% from 296); Max value from RGB is 222 - color contains mainly: blue. Hex color #3B0FDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0FDE is #C4F021. Grayscale: #323232. Windows color (decimal): -12906530 or 14552891. OLE color: 14552891.

HSL color Cylindrical-coordinate representation of color #3B0FDE: hue angle of 252.75º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B0FDE is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 15 222 -
CMYK 0.73 0.93 0 0.13
HSL 252.75º 0.87% 0.46% -
HSV(B) 252.75º 0.93% 0.87% -
XYZ 15.16 6.55 69.57 -
YUV 51.75 224.08 133.17 -
System Red Green Blue C M Y K H S L
Decimal 59 15 222 0.73 0.93 0 0.13 252.75 0.87 0.46
Hex 3B F DE 49 5D 0 D FD 57 2E
Octal 73 17 336 111 135 0 15 375 127 56
Binary 111011 1111 11011110 1001001 1011101 0 1101 11111101 1010111 101110

Color Harmonies of #3B0FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0FDE

Black with #3B0FDE

Text Example


Text Example

White with #3B0FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,15,222); }

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

background-color css

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

 a { background-color: rgb(59,15,222); }

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

border-color css

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

 span { border-color: rgb(59,15,222); }

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