#30196B

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

Shades of Christalle #30196B

Tints of Christalle #30196B

Color information

#30196B (or 0x30196B) is unknown color: approx Christalle. HEX triplet: 30, 19 and 6B. RGB value is (48,25,107). Sum of RGB (Red+Green+Blue) = 48+25+107=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 107 (42.19% from 255 or 59.44% from 180); Max value from RGB is 107 - color contains mainly: blue. Hex color #30196B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30196B is #CFE694. Grayscale: #282828. Windows color (decimal): -13624981 or 7018800. OLE color: 7018800.

HSL color Cylindrical-coordinate representation of color #30196B: hue angle of 256.83º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30196B is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4825107-
CMYK0.550.7700.58
HSL256.83º62.12%25.88%-
HSV(B)256.83º76.64%41.96%-
XYZ4.222.3914.15-
YUV41.22165.12132.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 25 (10.16% from 255) = 13.89%
BLUE value IS 107 (42.19% from 255) = 59.44%
R=26.67%
G=13.89%
B=59.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48251070.550.7700.58256.8362.1225.88
Hex30196B374D03A1013e1a
Octal6031153671150724017632
Binary1100001100111010111101111001101011101010000000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,25,107); }

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

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

 a { background-color: rgb(48,25,107); }

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

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

 span { border-color: rgb(48,25,107); }

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