Html Css Color HEX #393561 Deep Koamaru

📋 copy color: '#393561'

red 57 ◦ green 53 ◦ blue 97

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

Shades of Deep Koamaru #393561

Tints of Deep Koamaru #393561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.6%

 BLUE value IS 97 (38.28% from 255) = 46.86%

R = 27.54%
G = 25.6%
B = 46.86%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#393561 (or 0x393561) is known color: Deep Koamaru. HEX triplet: 39, 35 and 61. RGB value is (57,53,97). Sum of RGB (Red+Green+Blue) = 57+53+97=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #393561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393561 is #C6CA9E. Grayscale: #3B3B3B. Windows color (decimal): -13027999 or 6370617. OLE color: 6370617.

HSL color Cylindrical-coordinate representation of color #393561: hue angle of 245.45º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #393561 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 53 97 -
CMYK 0.41 0.45 0 0.62
HSL 245.45º 0.29% 0.29% -
HSV(B) 245.45º 0.45% 0.38% -
XYZ 5.12 4.28 11.87 -
YUV 59.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 57 53 97 0.41 0.45 0 0.62 245.45 0.29 0.29
Hex 39 35 61 29 2D 0 3E F5 1D 1D
Octal 71 65 141 51 55 0 76 365 35 35
Binary 111001 110101 1100001 101001 101101 0 111110 11110101 11101 11101

Color Harmonies of #393561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393561

Black with #393561

Text Example


Text Example

White with #393561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393561; }

 p { color: rgb(57,53,97); }

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

background-color css

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

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

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

border-color css

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

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

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