Html Css Color HEX #390CCB Han Purple

📋 copy color: '#390CCB'

red 57 ◦ green 12 ◦ blue 203

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

Shades of Han Purple #390CCB

Tints of Han Purple #390CCB

RGB

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

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

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

R = 20.96%
G = 4.41%
B = 74.63%

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

#390CCB (or 0x390CCB) is known color: Han Purple. HEX triplet: 39, 0C and CB. RGB value is (57,12,203). Sum of RGB (Red+Green+Blue) = 57+12+203=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 203 (79.69% from 255 or 74.63% from 272); Max value from RGB is 203 - color contains mainly: blue. Hex color #390CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390CCB is #C6F334. Grayscale: #2E2E2E. Windows color (decimal): -13038389 or 13306937. OLE color: 13306937.

HSL color Cylindrical-coordinate representation of color #390CCB: hue angle of 254.14º degrees, saturation: 0.89, 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 #390CCB is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 12 203 -
CMYK 0.72 0.94 0 0.20
HSL 254.14º 0.89% 0.42% -
HSV(B) 254.14º 0.94% 0.8% -
XYZ 12.6 5.44 56.89 -
YUV 47.23 215.91 134.97 -
System Red Green Blue C M Y K H S L
Decimal 57 12 203 0.72 0.94 0 0.20 254.14 0.89 0.42
Hex 39 C CB 48 5E 0 14 FE 59 2A
Octal 71 14 313 110 136 0 24 376 131 52
Binary 111001 1100 11001011 1001000 1011110 0 10100 11111110 1011001 101010

Color Harmonies of #390CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390CCB

Black with #390CCB

Text Example


Text Example

White with #390CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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