#30135A

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

Shades of Christalle #30135A

Tints of Christalle #30135A

Color information

#30135A (or 0x30135A) is unknown color: approx Christalle. HEX triplet: 30, 13 and 5A. RGB value is (48,19,90). Sum of RGB (Red+Green+Blue) = 48+19+90=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #30135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30135A is #CFECA5. Grayscale: #232323. Windows color (decimal): -13626534 or 5903152. OLE color: 5903152.

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

Color convert

RGB481990-
CMYK0.470.7900.65
HSL264.51º65.14%21.37%-
HSV(B)264.51º78.89%35.29%-
XYZ3.31.839.85-
YUV35.76158.61136.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.57%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=30.57%
G=12.10%
B=57.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4819900.470.7900.65264.5165.1421.37
Hex30135A2F4F0411094115
Octal602313257117010141110125
Binary110000100111011010101111100111101000001100001001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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