#300260

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

Shades of Christalle #300260

Tints of Christalle #300260

Color information

#300260 (or 0x300260) is unknown color: approx Christalle. HEX triplet: 30, 02 and 60. RGB value is (48,2,96). Sum of RGB (Red+Green+Blue) = 48+2+96=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #300260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300260 is #CFFD9F. Grayscale: #1A1A1A. Windows color (decimal): -13630880 or 6292016. OLE color: 6292016.

HSL color Cylindrical-coordinate representation of color #300260: hue angle of 269.36º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300260 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB48296-
CMYK0.500.9800.62
HSL269.36º95.92%19.22%-
HSV(B)269.36º97.92%37.65%-
XYZ3.351.5211.18-
YUV26.47167.24143.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.88%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 96 (37.89% from 255) = 65.75%
R=32.88%
G=1.37%
B=65.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal482960.500.9800.62269.3695.9219.22
Hex30260326203E10d6013
Octal6021406214207641514023
Binary11000010110000011001011000100111110100001101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300260; }

 p { color: rgb(48,2,96); }

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

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

 a { background-color: rgb(48,2,96); }

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

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

 span { border-color: rgb(48,2,96); }

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