Html Css Color HEX #383271 Deep Koamaru

📋 copy color: '#383271'

red 56 ◦ green 50 ◦ blue 113

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

Shades of Deep Koamaru #383271

Tints of Deep Koamaru #383271

RGB

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

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

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

R = 25.57%
G = 22.83%
B = 51.6%

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

#383271 (or 0x383271) is known color: Deep Koamaru. HEX triplet: 38, 32 and 71. RGB value is (56,50,113). Sum of RGB (Red+Green+Blue) = 56+50+113=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #383271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383271 is #C7CD8E. Grayscale: #3A3A3A. Windows color (decimal): -13094287 or 7418424. OLE color: 7418424.

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

Color convert

RGB 56 50 113 -
CMYK 0.50 0.56 0 0.56
HSL 245.71º 0.39% 0.32% -
HSV(B) 245.71º 0.56% 0.44% -
XYZ 5.75 4.31 16.15 -
YUV 58.98 158.49 125.88 -
System Red Green Blue C M Y K H S L
Decimal 56 50 113 0.50 0.56 0 0.56 245.71 0.39 0.32
Hex 38 32 71 32 38 0 38 F6 27 20
Octal 70 62 161 62 70 0 70 366 47 40
Binary 111000 110010 1110001 110010 111000 0 111000 11110110 100111 100000

Color Harmonies of #383271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383271

Black with #383271

Text Example


Text Example

White with #383271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383271; }

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

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

background-color css

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

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

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

border-color css

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

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

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