#302975

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

Shades of Deep Koamaru #302975

Tints of Deep Koamaru #302975

Color information

#302975 (or 0x302975) is unknown color: approx Deep Koamaru. HEX triplet: 30, 29 and 75. RGB value is (48,41,117). Sum of RGB (Red+Green+Blue) = 48+41+117=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #302975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302975 is #CFD68A. Grayscale: #333333. Windows color (decimal): -13620875 or 7678256. OLE color: 7678256.

HSL color Cylindrical-coordinate representation of color #302975: hue angle of 245.53º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #302975 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4841117-
CMYK0.590.6500.54
HSL245.53º48.1%30.98%-
HSV(B)245.53º64.96%45.88%-
XYZ5.223.517.23-
YUV51.76164.82125.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.30%
GREEN value IS 41 (16.41% from 255) = 19.90%
BLUE value IS 117 (46.09% from 255) = 56.80%
R=23.30%
G=19.90%
B=56.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48411170.590.6500.54245.5348.130.98
Hex3029753B41036f6301f
Octal6051165731010663666037
Binary1100001010011110101111011100000101101101111011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302975; }

 p { color: rgb(48,41,117); }

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

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

 a { background-color: rgb(48,41,117); }

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

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

 span { border-color: rgb(48,41,117); }

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