Html Css Color HEX #390BFF Han Purple

📋 copy color: '#390BFF'

red 57 ◦ green 11 ◦ blue 255

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

Shades of Han Purple #390BFF

Tints of Han Purple #390BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 78.95%

R = 17.65%
G = 3.41%
B = 78.95%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#390BFF (or 0x390BFF) is known color: Han Purple. HEX triplet: 39, 0B and FF. RGB value is (57,11,255). Sum of RGB (Red+Green+Blue) = 57+11+255=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 255 (100% from 255 or 78.95% from 323); Max value from RGB is 255 - color contains mainly: blue. Hex color #390BFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390BFF is #C6F400. Grayscale: #333333. Windows color (decimal): -13038593 or 16714553. OLE color: 16714553.

HSL color Cylindrical-coordinate representation of color #390BFF: hue angle of 251.31º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390BFF is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 57 11 255 -
CMYK 0.78 0.96 0 0
HSL 251.31º 1% 0.52% -
HSV(B) 251.31º 0.96% 1% -
XYZ 19.86 8.33 95.17 -
YUV 52.57 242.24 131.16 -
System Red Green Blue C M Y K H S L
Decimal 57 11 255 0.78 0.96 0 0 251.31 1 0.52
Hex 39 B FF 4E 60 0 0 FB 64 34
Octal 71 13 377 116 140 0 0 373 144 64
Binary 111001 1011 11111111 1001110 1100000 0 0 11111011 1100100 110100

Color Harmonies of #390BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390BFF

Black with #390BFF

Text Example


Text Example

White with #390BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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