Html Css Color HEX #390BEB Han Purple

📋 copy color: '#390BEB'

red 57 ◦ green 11 ◦ blue 235

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

Shades of Han Purple #390BEB

Tints of Han Purple #390BEB

RGB

 RED value IS 57 (22.66% from 255) = 18.81%

 GREEN value IS 11 (4.69% from 255) = 3.63%

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

R = 18.81%
G = 3.63%
B = 77.56%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#390BEB (or 0x390BEB) is known color: Han Purple. HEX triplet: 39, 0B and EB. RGB value is (57,11,235). Sum of RGB (Red+Green+Blue) = 57+11+235=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 235 (92.19% from 255 or 77.56% from 303); Max value from RGB is 235 - color contains mainly: blue. Hex color #390BEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390BEB is #C6F414. Grayscale: #313131. Windows color (decimal): -13038613 or 15403833. OLE color: 15403833.

HSL color Cylindrical-coordinate representation of color #390BEB: hue angle of 252.32º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390BEB is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 57 11 235 -
CMYK 0.76 0.95 0 0.08
HSL 252.32º 0.91% 0.48% -
HSV(B) 252.32º 0.95% 0.92% -
XYZ 16.8 7.11 79.08 -
YUV 50.29 232.24 132.79 -
System Red Green Blue C M Y K H S L
Decimal 57 11 235 0.76 0.95 0 0.08 252.32 0.91 0.48
Hex 39 B EB 4C 5F 0 8 FC 5B 30
Octal 71 13 353 114 137 0 10 374 133 60
Binary 111001 1011 11101011 1001100 1011111 0 1000 11111100 1011011 110000

Color Harmonies of #390BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390BEB

Black with #390BEB

Text Example


Text Example

White with #390BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390BEB; }

 p { color: rgb(57,11,235); }

 H1.HeaderClassName
 {
   color: #390BEB;
 }
 .AnyTagClassName
 {
   color: #390BEB;
 }
</style>

background-color css

<style>
 a { background-color: #390BEB; }

 a { background-color: rgb(57,11,235); }

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

border-color css

<style>
 span { border-color: #390BEB; }

 span { border-color: rgb(57,11,235); }

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