Html Css Color HEX #383471 Deep Koamaru

📋 copy color: '#383471'

red 56 ◦ green 52 ◦ blue 113

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

Shades of Deep Koamaru #383471

Tints of Deep Koamaru #383471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.53%

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

R = 25.34%
G = 23.53%
B = 51.13%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#383471 (or 0x383471) is known color: Deep Koamaru. HEX triplet: 38, 34 and 71. RGB value is (56,52,113). Sum of RGB (Red+Green+Blue) = 56+52+113=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #383471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383471 is #C7CB8E. Grayscale: #3B3B3B. Windows color (decimal): -13093775 or 7418936. OLE color: 7418936.

HSL color Cylindrical-coordinate representation of color #383471: hue angle of 243.93º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #383471 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 52 113 -
CMYK 0.50 0.54 0 0.56
HSL 243.93º 0.37% 0.32% -
HSV(B) 243.93º 0.54% 0.44% -
XYZ 5.84 4.49 16.18 -
YUV 60.15 157.83 125.04 -
System Red Green Blue C M Y K H S L
Decimal 56 52 113 0.50 0.54 0 0.56 243.93 0.37 0.32
Hex 38 34 71 32 36 0 38 F4 25 20
Octal 70 64 161 62 66 0 70 364 45 40
Binary 111000 110100 1110001 110010 110110 0 111000 11110100 100101 100000

Color Harmonies of #383471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383471

Black with #383471

Text Example


Text Example

White with #383471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383471; }

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

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

background-color css

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

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

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

border-color css

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

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

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