#302058

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

Shades of Christalle #302058

Tints of Christalle #302058

Color information

#302058 (or 0x302058) is unknown color: approx Christalle. HEX triplet: 30, 20 and 58. RGB value is (48,32,88). Sum of RGB (Red+Green+Blue) = 48+32+88=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #302058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302058 is #CFDFA7. Grayscale: #2A2A2A. Windows color (decimal): -13623208 or 5775408. OLE color: 5775408.

HSL color Cylindrical-coordinate representation of color #302058: hue angle of 257.14º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #302058 is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB483288-
CMYK0.450.6400.65
HSL257.14º46.67%23.53%-
HSV(B)257.14º63.64%34.51%-
XYZ3.52.379.5-
YUV43.17153.3131.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 88 (34.77% from 255) = 52.38%
R=28.57%
G=19.05%
B=52.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4832880.450.6400.65257.1446.6723.53
Hex3020582D400411012f18
Octal60401305510001014015730
Binary110000100000101100010110110000000100000110000000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302058; }

 p { color: rgb(48,32,88); }

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

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

 a { background-color: rgb(48,32,88); }

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

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

 span { border-color: rgb(48,32,88); }

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