Html Css Color HEX #393275 Deep Koamaru

📋 copy color: '#393275'

red 57 ◦ green 50 ◦ blue 117

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

Shades of Deep Koamaru #393275

Tints of Deep Koamaru #393275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.32%

 BLUE value IS 117 (46.09% from 255) = 52.23%

R = 25.45%
G = 22.32%
B = 52.23%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#393275 (or 0x393275) is known color: Deep Koamaru. HEX triplet: 39, 32 and 75. RGB value is (57,50,117). Sum of RGB (Red+Green+Blue) = 57+50+117=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #393275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393275 is #C6CD8A. Grayscale: #3B3B3B. Windows color (decimal): -13028747 or 7680569. OLE color: 7680569.

HSL color Cylindrical-coordinate representation of color #393275: hue angle of 246.27º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #393275 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 50 117 -
CMYK 0.51 0.57 0 0.54
HSL 246.27º 0.4% 0.33% -
HSV(B) 246.27º 0.57% 0.46% -
XYZ 6.04 4.44 17.37 -
YUV 59.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 57 50 117 0.51 0.57 0 0.54 246.27 0.4 0.33
Hex 39 32 75 33 39 0 36 F6 28 21
Octal 71 62 165 63 71 0 66 366 50 41
Binary 111001 110010 1110101 110011 111001 0 110110 11110110 101000 100001

Color Harmonies of #393275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393275

Black with #393275

Text Example


Text Example

White with #393275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393275; }

 p { color: rgb(57,50,117); }

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

background-color css

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

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

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

border-color css

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

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

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