Html Css Color HEX #383172 Deep Koamaru

📋 copy color: '#383172'

red 56 ◦ green 49 ◦ blue 114

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

Shades of Deep Koamaru #383172

Tints of Deep Koamaru #383172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.05%

R = 25.57%
G = 22.37%
B = 52.05%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#383172 (or 0x383172) is known color: Deep Koamaru. HEX triplet: 38, 31 and 72. RGB value is (56,49,114). Sum of RGB (Red+Green+Blue) = 56+49+114=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #383172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383172 is #C7CE8D. Grayscale: #3A3A3A. Windows color (decimal): -13094542 or 7483704. OLE color: 7483704.

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

Color convert

RGB 56 49 114 -
CMYK 0.51 0.57 0 0.55
HSL 246.46º 0.4% 0.32% -
HSV(B) 246.46º 0.57% 0.45% -
XYZ 5.77 4.25 16.44 -
YUV 58.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 56 49 114 0.51 0.57 0 0.55 246.46 0.4 0.32
Hex 38 31 72 33 39 0 37 F6 28 20
Octal 70 61 162 63 71 0 67 366 50 40
Binary 111000 110001 1110010 110011 111001 0 110111 11110110 101000 100000

Color Harmonies of #383172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383172

Black with #383172

Text Example


Text Example

White with #383172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383172; }

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

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

background-color css

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

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

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

border-color css

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

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

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