#30165B

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

Shades of Christalle #30165B

Tints of Christalle #30165B

Color information

#30165B (or 0x30165B) is unknown color: approx Christalle. HEX triplet: 30, 16 and 5B. RGB value is (48,22,91). Sum of RGB (Red+Green+Blue) = 48+22+91=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #30165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30165B is #CFE9A4. Grayscale: #252525. Windows color (decimal): -13625765 or 5969456. OLE color: 5969456.

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

Color convert

RGB482291-
CMYK0.470.7600.64
HSL262.61º61.06%22.16%-
HSV(B)262.61º75.82%35.69%-
XYZ3.391.9610.1-
YUV37.64158.11135.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 22 (8.98% from 255) = 13.66%
BLUE value IS 91 (35.94% from 255) = 56.52%
R=29.81%
G=13.66%
B=56.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4822910.470.7600.64262.6161.0622.16
Hex30165B2F4C0401073d16
Octal60261335711401004077526
Binary11000010110101101110111110011000100000010000011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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