Html Css Color HEX #390CCD Han Purple

📋 copy color: '#390CCD'

red 57 ◦ green 12 ◦ blue 205

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

Shades of Han Purple #390CCD

Tints of Han Purple #390CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 74.82%

R = 20.8%
G = 4.38%
B = 74.82%

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

#390CCD (or 0x390CCD) is known color: Han Purple. HEX triplet: 39, 0C and CD. RGB value is (57,12,205). Sum of RGB (Red+Green+Blue) = 57+12+205=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 205 (80.47% from 255 or 74.82% from 274); Max value from RGB is 205 - color contains mainly: blue. Hex color #390CCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390CCD is #C6F332. Grayscale: #2E2E2E. Windows color (decimal): -13038387 or 13438009. OLE color: 13438009.

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

Color convert

RGB 57 12 205 -
CMYK 0.72 0.94 0 0.20
HSL 253.99º 0.89% 0.43% -
HSV(B) 253.99º 0.94% 0.8% -
XYZ 12.84 5.54 58.15 -
YUV 47.46 216.91 134.81 -
System Red Green Blue C M Y K H S L
Decimal 57 12 205 0.72 0.94 0 0.20 253.99 0.89 0.43
Hex 39 C CD 48 5E 0 14 FE 59 2B
Octal 71 14 315 110 136 0 24 376 131 53
Binary 111001 1100 11001101 1001000 1011110 0 10100 11111110 1011001 101011

Color Harmonies of #390CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390CCD

Black with #390CCD

Text Example


Text Example

White with #390CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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