Html Css Color HEX #390BCA Han Purple

📋 copy color: '#390BCA'

red 57 ◦ green 11 ◦ blue 202

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

Shades of Han Purple #390BCA

Tints of Han Purple #390BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 74.81%

R = 21.11%
G = 4.07%
B = 74.81%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#390BCA (or 0x390BCA) is known color: Han Purple. HEX triplet: 39, 0B and CA. RGB value is (57,11,202). Sum of RGB (Red+Green+Blue) = 57+11+202=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 202 (79.30% from 255 or 74.81% from 270); Max value from RGB is 202 - color contains mainly: blue. Hex color #390BCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390BCA is #C6F435. Grayscale: #2D2D2D. Windows color (decimal): -13038646 or 13241145. OLE color: 13241145.

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

Color convert

RGB 57 11 202 -
CMYK 0.72 0.95 0 0.21
HSL 254.45º 0.9% 0.42% -
HSV(B) 254.45º 0.95% 0.79% -
XYZ 12.47 5.37 56.26 -
YUV 46.53 215.74 135.47 -
System Red Green Blue C M Y K H S L
Decimal 57 11 202 0.72 0.95 0 0.21 254.45 0.9 0.42
Hex 39 B CA 48 5F 0 15 FE 5A 2A
Octal 71 13 312 110 137 0 25 376 132 52
Binary 111001 1011 11001010 1001000 1011111 0 10101 11111110 1011010 101010

Color Harmonies of #390BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390BCA

Black with #390BCA

Text Example


Text Example

White with #390BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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