#300158

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

Shades of Christalle #300158

Tints of Christalle #300158

Color information

#300158 (or 0x300158) is unknown color: approx Christalle. HEX triplet: 30, 01 and 58. RGB value is (48,1,88). Sum of RGB (Red+Green+Blue) = 48+1+88=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 88 (34.77% from 255 or 64.23% from 137); Max value from RGB is 88 - color contains mainly: blue. Hex color #300158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300158 is #CFFEA7. Grayscale: #181818. Windows color (decimal): -13631144 or 5767472. OLE color: 5767472.

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

Color convert

RGB48188-
CMYK0.450.9900.65
HSL272.41º97.75%17.45%-
HSV(B)272.41º98.86%34.51%-
XYZ2.991.359.34-
YUV24.97163.57144.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.04%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 88 (34.77% from 255) = 64.23%
R=35.04%
G=0.73%
B=64.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal481880.450.9900.65272.4197.7517.45
Hex301582D630411106211
Octal60113055143010142014221
Binary11000011011000101101110001101000001100010000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300158; }

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

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

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

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

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

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

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

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