Html Css Color HEX #393271 Deep Koamaru

📋 copy color: '#393271'

red 57 ◦ green 50 ◦ blue 113

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

Shades of Deep Koamaru #393271

Tints of Deep Koamaru #393271

RGB

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

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

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

R = 25.91%
G = 22.73%
B = 51.36%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#393271 (or 0x393271) is known color: Deep Koamaru. HEX triplet: 39, 32 and 71. RGB value is (57,50,113). Sum of RGB (Red+Green+Blue) = 57+50+113=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #393271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393271 is #C6CD8E. Grayscale: #3B3B3B. Windows color (decimal): -13028751 or 7418425. OLE color: 7418425.

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

Color convert

RGB 57 50 113 -
CMYK 0.50 0.56 0 0.56
HSL 246.67º 0.39% 0.32% -
HSV(B) 246.67º 0.56% 0.44% -
XYZ 5.81 4.34 16.15 -
YUV 59.28 158.32 126.38 -
System Red Green Blue C M Y K H S L
Decimal 57 50 113 0.50 0.56 0 0.56 246.67 0.39 0.32
Hex 39 32 71 32 38 0 38 F7 27 20
Octal 71 62 161 62 70 0 70 367 47 40
Binary 111001 110010 1110001 110010 111000 0 111000 11110111 100111 100000

Color Harmonies of #393271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393271

Black with #393271

Text Example


Text Example

White with #393271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393271; }

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

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

background-color css

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

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

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

border-color css

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

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

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