Html Css Color HEX #3A395D Deep Koamaru

📋 copy color: '#3A395D'

red 58 ◦ green 57 ◦ blue 93

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

Shades of Deep Koamaru #3A395D

Tints of Deep Koamaru #3A395D

RGB

 RED value IS 58 (23.05% from 255) = 27.88%

 GREEN value IS 57 (22.66% from 255) = 27.4%

 BLUE value IS 93 (36.72% from 255) = 44.71%

R = 27.88%
G = 27.4%
B = 44.71%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3A395D (or 0x3A395D) is known color: Deep Koamaru. HEX triplet: 3A, 39 and 5D. RGB value is (58,57,93). Sum of RGB (Red+Green+Blue) = 58+57+93=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A395D is #C5C6A2. Grayscale: #3D3D3D. Windows color (decimal): -12961443 or 6109498. OLE color: 6109498.

HSL color Cylindrical-coordinate representation of color #3A395D: hue angle of 241.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A395D is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 58 57 93 -
CMYK 0.38 0.39 0 0.64
HSL 241.67º 0.24% 0.29% -
HSV(B) 241.67º 0.39% 0.36% -
XYZ 5.18 4.62 10.97 -
YUV 61.4 145.83 125.57 -
System Red Green Blue C M Y K H S L
Decimal 58 57 93 0.38 0.39 0 0.64 241.67 0.24 0.29
Hex 3A 39 5D 26 27 0 40 F2 18 1D
Octal 72 71 135 46 47 0 100 362 30 35
Binary 111010 111001 1011101 100110 100111 0 1000000 11110010 11000 11101

Color Harmonies of #3A395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A395D

Black with #3A395D

Text Example


Text Example

White with #3A395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A395D; }

 p { color: rgb(58,57,93); }

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

background-color css

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

 a { background-color: rgb(58,57,93); }

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

border-color css

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

 span { border-color: rgb(58,57,93); }

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