#300D60

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

Shades of Christalle #300D60

Tints of Christalle #300D60

Color information

#300D60 (or 0x300D60) is unknown color: approx Christalle. HEX triplet: 30, 0D and 60. RGB value is (48,13,96). Sum of RGB (Red+Green+Blue) = 48+13+96=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #300D60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300D60 is #CFF29F. Grayscale: #202020. Windows color (decimal): -13628064 or 6294832. OLE color: 6294832.

HSL color Cylindrical-coordinate representation of color #300D60: hue angle of 265.3º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #300D60 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB481396-
CMYK0.500.8600.62
HSL265.3º76.15%21.37%-
HSV(B)265.3º86.46%37.65%-
XYZ3.471.7611.22-
YUV32.93163.6138.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.57%
GREEN value IS 13 (5.47% from 255) = 8.28%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=30.57%
G=8.28%
B=61.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4813960.500.8600.62265.376.1521.37
Hex30D60325603E1094c15
Octal60151406212607641111425
Binary1100001101110000011001010101100111110100001001100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300D60; }

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

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

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

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

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

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

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

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