Html Css Color HEX #383170 Deep Koamaru

📋 copy color: '#383170'

red 56 ◦ green 49 ◦ blue 112

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

Shades of Deep Koamaru #383170

Tints of Deep Koamaru #383170

RGB

 RED value IS 56 (22.27% from 255) = 25.81%

 GREEN value IS 49 (19.53% from 255) = 22.58%

 BLUE value IS 112 (44.14% from 255) = 51.61%

R = 25.81%
G = 22.58%
B = 51.61%

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

#383170 (or 0x383170) is known color: Deep Koamaru. HEX triplet: 38, 31 and 70. RGB value is (56,49,112). Sum of RGB (Red+Green+Blue) = 56+49+112=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #383170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383170 is #C7CE8F. Grayscale: #3A3A3A. Windows color (decimal): -13094544 or 7352632. OLE color: 7352632.

HSL color Cylindrical-coordinate representation of color #383170: 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 #383170 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 49 112 -
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.65 4.21 15.84 -
YUV 58.28 158.32 126.38 -
System Red Green Blue C M Y K H S L
Decimal 56 49 112 0.50 0.56 0 0.56 246.67 0.39 0.32
Hex 38 31 70 32 38 0 38 F7 27 20
Octal 70 61 160 62 70 0 70 367 47 40
Binary 111000 110001 1110000 110010 111000 0 111000 11110111 100111 100000

Color Harmonies of #383170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383170

Black with #383170

Text Example


Text Example

White with #383170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383170; }

 p { color: rgb(56,49,112); }

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

background-color css

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

 a { background-color: rgb(56,49,112); }

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

border-color css

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

 span { border-color: rgb(56,49,112); }

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