Html Css Color HEX #383361 Deep Koamaru

📋 copy color: '#383361'

red 56 ◦ green 51 ◦ blue 97

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

Shades of Deep Koamaru #383361

Tints of Deep Koamaru #383361

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25%

 BLUE value IS 97 (38.28% from 255) = 47.55%

R = 27.45%
G = 25%
B = 47.55%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#383361 (or 0x383361) is known color: Deep Koamaru. HEX triplet: 38, 33 and 61. RGB value is (56,51,97). Sum of RGB (Red+Green+Blue) = 56+51+97=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #383361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383361 is #C7CC9E. Grayscale: #393939. Windows color (decimal): -13094047 or 6370104. OLE color: 6370104.

HSL color Cylindrical-coordinate representation of color #383361: hue angle of 246.52º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #383361 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 51 97 -
CMYK 0.42 0.47 0 0.62
HSL 246.52º 0.31% 0.29% -
HSV(B) 246.52º 0.47% 0.38% -
XYZ 4.97 4.07 11.83 -
YUV 57.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 56 51 97 0.42 0.47 0 0.62 246.52 0.31 0.29
Hex 38 33 61 2A 2F 0 3E F7 1F 1D
Octal 70 63 141 52 57 0 76 367 37 35
Binary 111000 110011 1100001 101010 101111 0 111110 11110111 11111 11101

Color Harmonies of #383361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383361

Black with #383361

Text Example


Text Example

White with #383361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383361; }

 p { color: rgb(56,51,97); }

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

background-color css

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

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

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

border-color css

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

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

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