#30045D

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

Shades of Christalle #30045D

Tints of Christalle #30045D

Color information

#30045D (or 0x30045D) is unknown color: approx Christalle. HEX triplet: 30, 04 and 5D. RGB value is (48,4,93). Sum of RGB (Red+Green+Blue) = 48+4+93=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #30045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30045D is #CFFBA2. Grayscale: #1A1A1A. Windows color (decimal): -13630371 or 6095920. OLE color: 6095920.

HSL color Cylindrical-coordinate representation of color #30045D: hue angle of 269.66º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30045D is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB48493-
CMYK0.480.9600.64
HSL269.66º91.75%19.02%-
HSV(B)269.66º95.7%36.47%-
XYZ3.241.5110.48-
YUV27.3165.08142.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 4 (1.95% from 255) = 2.76%
BLUE value IS 93 (36.72% from 255) = 64.14%
R=33.10%
G=2.76%
B=64.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal484930.480.9600.64269.6691.7519.02
Hex3045D306004010e5c13
Octal60413560140010041613423
Binary1100001001011101110000110000001000000100001110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30045D; }

 p { color: rgb(48,4,93); }

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

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

 a { background-color: rgb(48,4,93); }

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

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

 span { border-color: rgb(48,4,93); }

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