#30045A

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

Shades of Christalle #30045A

Tints of Christalle #30045A

Color information

#30045A (or 0x30045A) is unknown color: approx Christalle. HEX triplet: 30, 04 and 5A. RGB value is (48,4,90). Sum of RGB (Red+Green+Blue) = 48+4+90=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 90 (35.55% from 255 or 63.38% from 142); Max value from RGB is 90 - color contains mainly: blue. Hex color #30045A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30045A is #CFFBA5. Grayscale: #1A1A1A. Windows color (decimal): -13630374 or 5899312. OLE color: 5899312.

HSL color Cylindrical-coordinate representation of color #30045A: hue angle of 270.7º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30045A is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB48490-
CMYK0.470.9600.65
HSL270.7º91.49%18.43%-
HSV(B)270.7º95.56%35.29%-
XYZ3.111.459.79-
YUV26.96163.58143.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.80%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 90 (35.55% from 255) = 63.38%
R=33.80%
G=2.82%
B=63.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal484900.470.9600.65270.791.4918.43
Hex3045A2F6004110f5b12
Octal60413257140010141713322
Binary1100001001011010101111110000001000001100001111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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