#30165A

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

Shades of Christalle #30165A

Tints of Christalle #30165A

Color information

#30165A (or 0x30165A) is unknown color: approx Christalle. HEX triplet: 30, 16 and 5A. RGB value is (48,22,90). Sum of RGB (Red+Green+Blue) = 48+22+90=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #30165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30165A is #CFE9A5. Grayscale: #252525. Windows color (decimal): -13625766 or 5903920. OLE color: 5903920.

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

Color convert

RGB482290-
CMYK0.470.7600.65
HSL262.94º60.71%21.96%-
HSV(B)262.94º75.56%35.29%-
XYZ3.351.949.87-
YUV37.53157.61135.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30%
GREEN value IS 22 (8.98% from 255) = 13.75%
BLUE value IS 90 (35.55% from 255) = 56.25%
R=30%
G=13.75%
B=56.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4822900.470.7600.65262.9460.7121.96
Hex30165A2F4C0411073d16
Octal60261325711401014077526
Binary11000010110101101010111110011000100000110000011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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