Html Css Color HEX #38316D Deep Koamaru

📋 copy color: '#38316D'

red 56 ◦ green 49 ◦ blue 109

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

Shades of Deep Koamaru #38316D

Tints of Deep Koamaru #38316D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 50.93%

R = 26.17%
G = 22.9%
B = 50.93%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38316D (or 0x38316D) is known color: Deep Koamaru. HEX triplet: 38, 31 and 6D. RGB value is (56,49,109). Sum of RGB (Red+Green+Blue) = 56+49+109=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #38316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38316D is #C7CE92. Grayscale: #393939. Windows color (decimal): -13094547 or 7156024. OLE color: 7156024.

HSL color Cylindrical-coordinate representation of color #38316D: hue angle of 247º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38316D is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 49 109 -
CMYK 0.49 0.55 0 0.57
HSL 247º 0.38% 0.31% -
HSV(B) 247º 0.55% 0.43% -
XYZ 5.49 4.14 14.98 -
YUV 57.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 56 49 109 0.49 0.55 0 0.57 247 0.38 0.31
Hex 38 31 6D 31 37 0 39 F7 26 1F
Octal 70 61 155 61 67 0 71 367 46 37
Binary 111000 110001 1101101 110001 110111 0 111001 11110111 100110 11111

Color Harmonies of #38316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38316D

Black with #38316D

Text Example


Text Example

White with #38316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38316D; }

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

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

background-color css

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

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

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

border-color css

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

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

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