Html Css Color HEX #390BEC Han Purple

📋 copy color: '#390BEC'

red 57 ◦ green 11 ◦ blue 236

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

Shades of Han Purple #390BEC

Tints of Han Purple #390BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 77.63%

R = 18.75%
G = 3.62%
B = 77.63%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#390BEC (or 0x390BEC) is known color: Han Purple. HEX triplet: 39, 0B and EC. RGB value is (57,11,236). Sum of RGB (Red+Green+Blue) = 57+11+236=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 236 (92.58% from 255 or 77.63% from 304); Max value from RGB is 236 - color contains mainly: blue. Hex color #390BEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390BEC is #C6F413. Grayscale: #313131. Windows color (decimal): -13038612 or 15469369. OLE color: 15469369.

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

Color convert

RGB 57 11 236 -
CMYK 0.76 0.95 0 0.07
HSL 252.27º 0.91% 0.48% -
HSV(B) 252.27º 0.95% 0.93% -
XYZ 16.95 7.17 79.85 -
YUV 50.4 232.74 132.7 -
System Red Green Blue C M Y K H S L
Decimal 57 11 236 0.76 0.95 0 0.07 252.27 0.91 0.48
Hex 39 B EC 4C 5F 0 7 FC 5B 30
Octal 71 13 354 114 137 0 7 374 133 60
Binary 111001 1011 11101100 1001100 1011111 0 111 11111100 1011011 110000

Color Harmonies of #390BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390BEC

Black with #390BEC

Text Example


Text Example

White with #390BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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