#33315A

Color #33315A Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #33315A

Tints of Deep Koamaru #33315A

Color information

#33315A (or 0x33315A) is unknown color: approx Deep Koamaru. HEX triplet: 33, 31 and 5A. RGB value is (51,49,90). Sum of RGB (Red+Green+Blue) = 51+49+90=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #33315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33315A is #CCCEA5. Grayscale: #363636. Windows color (decimal): -13422246 or 5910835. OLE color: 5910835.

HSL color Cylindrical-coordinate representation of color #33315A: hue angle of 242.93º 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 #33315A is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB514990-
CMYK0.430.4600.65
HSL242.93º29.5%27.25%-
HSV(B)242.93º45.56%35.29%-
XYZ4.313.6410.15-
YUV54.27148.16125.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.84%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 90 (35.55% from 255) = 47.37%
R=26.84%
G=25.79%
B=47.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5149900.430.4600.65242.9329.527.25
Hex33315A2B2E041f31d1b
Octal6361132535601013633533
Binary110011110001101101010101110111001000001111100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #33315A;
 }
 .AnyTagClassName
 {
   color: #33315A;
 }
</style>
background-color css

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

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

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

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

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

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