#30175A

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

Shades of Christalle #30175A

Tints of Christalle #30175A

Color information

#30175A (or 0x30175A) is unknown color: approx Christalle. HEX triplet: 30, 17 and 5A. RGB value is (48,23,90). Sum of RGB (Red+Green+Blue) = 48+23+90=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #30175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30175A is #CFE8A5. Grayscale: #252525. Windows color (decimal): -13625510 or 5904176. OLE color: 5904176.

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

Color convert

RGB482390-
CMYK0.470.7400.65
HSL262.39º59.29%22.16%-
HSV(B)262.39º74.44%35.29%-
XYZ3.371.989.88-
YUV38.11157.28135.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 23 (9.38% from 255) = 14.29%
BLUE value IS 90 (35.55% from 255) = 55.90%
R=29.81%
G=14.29%
B=55.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4823900.470.7400.65262.3959.2922.16
Hex30175A2F4A0411063b16
Octal60271325711201014067326
Binary11000010111101101010111110010100100000110000011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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