#30196A

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

Shades of Christalle #30196A

Tints of Christalle #30196A

Color information

#30196A (or 0x30196A) is unknown color: approx Christalle. HEX triplet: 30, 19 and 6A. RGB value is (48,25,106). Sum of RGB (Red+Green+Blue) = 48+25+106=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #30196A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30196A is #CFE695. Grayscale: #282828. Windows color (decimal): -13624982 or 6953264. OLE color: 6953264.

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

Color convert

RGB4825106-
CMYK0.550.7600.58
HSL257.04º61.83%25.69%-
HSV(B)257.04º76.42%41.57%-
XYZ4.172.3613.87-
YUV41.11164.62132.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.82%
GREEN value IS 25 (10.16% from 255) = 13.97%
BLUE value IS 106 (41.80% from 255) = 59.22%
R=26.82%
G=13.97%
B=59.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48251060.550.7600.58257.0461.8325.69
Hex30196A374C03A1013e1a
Octal6031152671140724017632
Binary1100001100111010101101111001100011101010000000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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