Html Css Color HEX #390CEB Han Purple

📋 copy color: '#390CEB'

red 57 ◦ green 12 ◦ blue 235

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

Shades of Han Purple #390CEB

Tints of Han Purple #390CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.95%

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

R = 18.75%
G = 3.95%
B = 77.3%

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

#390CEB (or 0x390CEB) is known color: Han Purple. HEX triplet: 39, 0C and EB. RGB value is (57,12,235). Sum of RGB (Red+Green+Blue) = 57+12+235=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 235 (92.19% from 255 or 77.30% from 304); Max value from RGB is 235 - color contains mainly: blue. Hex color #390CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390CEB is #C6F314. Grayscale: #323232. Windows color (decimal): -13038357 or 15404089. OLE color: 15404089.

HSL color Cylindrical-coordinate representation of color #390CEB: hue angle of 252.11º degrees, saturation: 0.9, 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 #390CEB is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 57 12 235 -
CMYK 0.76 0.95 0 0.08
HSL 252.11º 0.9% 0.48% -
HSV(B) 252.11º 0.95% 0.92% -
XYZ 16.81 7.13 79.09 -
YUV 50.88 231.91 132.37 -
System Red Green Blue C M Y K H S L
Decimal 57 12 235 0.76 0.95 0 0.08 252.11 0.9 0.48
Hex 39 C EB 4C 5F 0 8 FC 5A 30
Octal 71 14 353 114 137 0 10 374 132 60
Binary 111001 1100 11101011 1001100 1011111 0 1000 11111100 1011010 110000

Color Harmonies of #390CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390CEB

Black with #390CEB

Text Example


Text Example

White with #390CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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