Html Css Color HEX #390DCB Han Purple

📋 copy color: '#390DCB'

red 57 ◦ green 13 ◦ blue 203

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

Shades of Han Purple #390DCB

Tints of Han Purple #390DCB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.76%

 BLUE value IS 203 (79.69% from 255) = 74.36%

R = 20.88%
G = 4.76%
B = 74.36%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#390DCB (or 0x390DCB) is known color: Han Purple. HEX triplet: 39, 0D and CB. RGB value is (57,13,203). Sum of RGB (Red+Green+Blue) = 57+13+203=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #390DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390DCB is #C6F234. Grayscale: #2F2F2F. Windows color (decimal): -13038133 or 13307193. OLE color: 13307193.

HSL color Cylindrical-coordinate representation of color #390DCB: hue angle of 253.89º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390DCB is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 13 203 -
CMYK 0.72 0.94 0 0.20
HSL 253.89º 0.88% 0.42% -
HSV(B) 253.89º 0.94% 0.8% -
XYZ 12.61 5.47 56.89 -
YUV 47.82 215.58 134.55 -
System Red Green Blue C M Y K H S L
Decimal 57 13 203 0.72 0.94 0 0.20 253.89 0.88 0.42
Hex 39 D CB 48 5E 0 14 FE 58 2A
Octal 71 15 313 110 136 0 24 376 130 52
Binary 111001 1101 11001011 1001000 1011110 0 10100 11111110 1011000 101010

Color Harmonies of #390DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390DCB

Black with #390DCB

Text Example


Text Example

White with #390DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,13,203); }

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

background-color css

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

 a { background-color: rgb(57,13,203); }

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

border-color css

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

 span { border-color: rgb(57,13,203); }

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