Html Css Color HEX #390BCE Han Purple

📋 copy color: '#390BCE'

red 57 ◦ green 11 ◦ blue 206

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

Shades of Han Purple #390BCE

Tints of Han Purple #390BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 75.18%

R = 20.8%
G = 4.01%
B = 75.18%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#390BCE (or 0x390BCE) is known color: Han Purple. HEX triplet: 39, 0B and CE. RGB value is (57,11,206). Sum of RGB (Red+Green+Blue) = 57+11+206=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #390BCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390BCE is #C6F431. Grayscale: #2E2E2E. Windows color (decimal): -13038642 or 13503289. OLE color: 13503289.

HSL color Cylindrical-coordinate representation of color #390BCE: hue angle of 254.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390BCE is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 11 206 -
CMYK 0.72 0.95 0 0.19
HSL 254.15º 0.9% 0.43% -
HSV(B) 254.15º 0.95% 0.81% -
XYZ 12.95 5.57 58.78 -
YUV 46.98 217.74 135.14 -
System Red Green Blue C M Y K H S L
Decimal 57 11 206 0.72 0.95 0 0.19 254.15 0.9 0.43
Hex 39 B CE 48 5F 0 13 FE 5A 2B
Octal 71 13 316 110 137 0 23 376 132 53
Binary 111001 1011 11001110 1001000 1011111 0 10011 11111110 1011010 101011

Color Harmonies of #390BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390BCE

Black with #390BCE

Text Example


Text Example

White with #390BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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