#30015A

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

Shades of Christalle #30015A

Tints of Christalle #30015A

Color information

#30015A (or 0x30015A) is unknown color: approx Christalle. HEX triplet: 30, 01 and 5A. RGB value is (48,1,90). Sum of RGB (Red+Green+Blue) = 48+1+90=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #30015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30015A is #CFFEA5. Grayscale: #181818. Windows color (decimal): -13631142 or 5898544. OLE color: 5898544.

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

Color convert

RGB48190-
CMYK0.470.9900.65
HSL271.69º97.8%17.84%-
HSV(B)271.69º98.89%35.29%-
XYZ3.081.399.78-
YUV25.2164.57144.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.53%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 90 (35.55% from 255) = 64.75%
R=34.53%
G=0.72%
B=64.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal481900.470.9900.65271.6997.817.84
Hex3015A2F630411106212
Octal60113257143010142014222
Binary11000011011010101111110001101000001100010000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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