Html Css Color HEX #383871 Deep Koamaru

📋 copy color: '#383871'

red 56 ◦ green 56 ◦ blue 113

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

Shades of Deep Koamaru #383871

Tints of Deep Koamaru #383871

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.89%

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

R = 24.89%
G = 24.89%
B = 50.22%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#383871 (or 0x383871) is known color: Deep Koamaru. HEX triplet: 38, 38 and 71. RGB value is (56,56,113). Sum of RGB (Red+Green+Blue) = 56+56+113=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #383871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383871 is #C7C78E. Grayscale: #3E3E3E. Windows color (decimal): -13092751 or 7419960. OLE color: 7419960.

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

Color convert

RGB 56 56 113 -
CMYK 0.50 0.50 0 0.56
HSL 240º 0.34% 0.33% -
HSV(B) 240º 0.5% 0.44% -
XYZ 6.03 4.86 16.24 -
YUV 62.5 156.5 123.37 -
System Red Green Blue C M Y K H S L
Decimal 56 56 113 0.50 0.50 0 0.56 240 0.34 0.33
Hex 38 38 71 32 32 0 38 F0 22 21
Octal 70 70 161 62 62 0 70 360 42 41
Binary 111000 111000 1110001 110010 110010 0 111000 11110000 100010 100001

Color Harmonies of #383871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383871

Black with #383871

Text Example


Text Example

White with #383871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383871; }

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

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

background-color css

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

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

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

border-color css

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

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

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