Html Css Color HEX #390BCB Han Purple

📋 copy color: '#390BCB'

red 57 ◦ green 11 ◦ blue 203

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

Shades of Han Purple #390BCB

Tints of Han Purple #390BCB

RGB

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

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

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

R = 21.03%
G = 4.06%
B = 74.91%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#390BCB (or 0x390BCB) is known color: Han Purple. HEX triplet: 39, 0B and CB. RGB value is (57,11,203). Sum of RGB (Red+Green+Blue) = 57+11+203=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 203 (79.69% from 255 or 74.91% from 271); Max value from RGB is 203 - color contains mainly: blue. Hex color #390BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390BCB is #C6F434. Grayscale: #2D2D2D. Windows color (decimal): -13038645 or 13306681. OLE color: 13306681.

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

Color convert

RGB 57 11 203 -
CMYK 0.72 0.95 0 0.20
HSL 254.38º 0.9% 0.42% -
HSV(B) 254.38º 0.95% 0.8% -
XYZ 12.59 5.42 56.88 -
YUV 46.64 216.24 135.39 -
System Red Green Blue C M Y K H S L
Decimal 57 11 203 0.72 0.95 0 0.20 254.38 0.9 0.42
Hex 39 B CB 48 5F 0 14 FE 5A 2A
Octal 71 13 313 110 137 0 24 376 132 52
Binary 111001 1011 11001011 1001000 1011111 0 10100 11111110 1011010 101010

Color Harmonies of #390BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390BCB

Black with #390BCB

Text Example


Text Example

White with #390BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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