Html Css Color HEX #393971 Deep Koamaru

📋 copy color: '#393971'

red 57 ◦ green 57 ◦ blue 113

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

Shades of Deep Koamaru #393971

Tints of Deep Koamaru #393971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.11%

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 25.11%
G = 25.11%
B = 49.78%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#393971 (or 0x393971) is known color: Deep Koamaru. HEX triplet: 39, 39 and 71. RGB value is (57,57,113). Sum of RGB (Red+Green+Blue) = 57+57+113=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #393971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393971 is #C6C68E. Grayscale: #3F3F3F. Windows color (decimal): -13026959 or 7420217. OLE color: 7420217.

HSL color Cylindrical-coordinate representation of color #393971: hue angle of 240º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #393971 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 57 113 -
CMYK 0.50 0.50 0 0.56
HSL 240º 0.33% 0.33% -
HSV(B) 240º 0.5% 0.44% -
XYZ 6.13 4.99 16.26 -
YUV 63.38 156 123.45 -
System Red Green Blue C M Y K H S L
Decimal 57 57 113 0.50 0.50 0 0.56 240 0.33 0.33
Hex 39 39 71 32 32 0 38 F0 21 21
Octal 71 71 161 62 62 0 70 360 41 41
Binary 111001 111001 1110001 110010 110010 0 111000 11110000 100001 100001

Color Harmonies of #393971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393971

Black with #393971

Text Example


Text Example

White with #393971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393971; }

 p { color: rgb(57,57,113); }

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

background-color css

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

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

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

border-color css

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

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

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