Html Css Color HEX #383176 Deep Koamaru

📋 copy color: '#383176'

red 56 ◦ green 49 ◦ blue 118

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

Shades of Deep Koamaru #383176

Tints of Deep Koamaru #383176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.91%

R = 25.11%
G = 21.97%
B = 52.91%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#383176 (or 0x383176) is known color: Deep Koamaru. HEX triplet: 38, 31 and 76. RGB value is (56,49,118). Sum of RGB (Red+Green+Blue) = 56+49+118=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #383176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383176 is #C7CE89. Grayscale: #3A3A3A. Windows color (decimal): -13094538 or 7745848. OLE color: 7745848.

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

Color convert

RGB 56 49 118 -
CMYK 0.53 0.58 0 0.54
HSL 246.09º 0.41% 0.33% -
HSV(B) 246.09º 0.58% 0.46% -
XYZ 6 4.35 17.66 -
YUV 58.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 56 49 118 0.53 0.58 0 0.54 246.09 0.41 0.33
Hex 38 31 76 35 3A 0 36 F6 29 21
Octal 70 61 166 65 72 0 66 366 51 41
Binary 111000 110001 1110110 110101 111010 0 110110 11110110 101001 100001

Color Harmonies of #383176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383176

Black with #383176

Text Example


Text Example

White with #383176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383176; }

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

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

background-color css

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

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

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

border-color css

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

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

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