#33315E

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

Shades of Deep Koamaru #33315E

Tints of Deep Koamaru #33315E

Color information

#33315E (or 0x33315E) is unknown color: approx Deep Koamaru. HEX triplet: 33, 31 and 5E. RGB value is (51,49,94). Sum of RGB (Red+Green+Blue) = 51+49+94=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #33315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33315E is #CCCEA1. Grayscale: #363636. Windows color (decimal): -13422242 or 6172979. OLE color: 6172979.

HSL color Cylindrical-coordinate representation of color #33315E: hue angle of 242.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #33315E is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB514994-
CMYK0.460.4800.63
HSL242.67º31.47%28.04%-
HSV(B)242.67º47.87%36.86%-
XYZ4.483.7111.07-
YUV54.73150.16125.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.29%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 94 (37.11% from 255) = 48.45%
R=26.29%
G=25.26%
B=48.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5149940.460.4800.63242.6731.4728.04
Hex33315E2E3003Ff31f1c
Octal636113656600773633734
Binary11001111000110111101011101100000111111111100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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