Html Css Color HEX #34315A Deep Koamaru

📋 copy color: '#34315A'

red 52 ◦ green 49 ◦ blue 90

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

Shades of Deep Koamaru #34315A

Tints of Deep Koamaru #34315A

RGB

 RED value IS 52 (20.7% from 255) = 27.23%

 GREEN value IS 49 (19.53% from 255) = 25.65%

 BLUE value IS 90 (35.55% from 255) = 47.12%

R = 27.23%
G = 25.65%
B = 47.12%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#34315A (or 0x34315A) is known color: Deep Koamaru. HEX triplet: 34, 31 and 5A. RGB value is (52,49,90). Sum of RGB (Red+Green+Blue) = 52+49+90=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #34315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34315A is #CBCEA5. Grayscale: #363636. Windows color (decimal): -13356710 or 5910836. OLE color: 5910836.

HSL color Cylindrical-coordinate representation of color #34315A: hue angle of 244.39º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34315A is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 49 90 -
CMYK 0.42 0.46 0 0.65
HSL 244.39º 0.29% 0.27% -
HSV(B) 244.39º 0.46% 0.35% -
XYZ 4.36 3.66 10.15 -
YUV 54.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 52 49 90 0.42 0.46 0 0.65 244.39 0.29 0.27
Hex 34 31 5A 2A 2E 0 41 F4 1D 1B
Octal 64 61 132 52 56 0 101 364 35 33
Binary 110100 110001 1011010 101010 101110 0 1000001 11110100 11101 11011

Color Harmonies of #34315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34315A

Black with #34315A

Text Example


Text Example

White with #34315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34315A; }

 p { color: rgb(52,49,90); }

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

background-color css

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

 a { background-color: rgb(52,49,90); }

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

border-color css

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

 span { border-color: rgb(52,49,90); }

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