#33015A

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

Shades of Christalle #33015A

Tints of Christalle #33015A

Color information

#33015A (or 0x33015A) is unknown color: approx Christalle. HEX triplet: 33, 01 and 5A. RGB value is (51,1,90). Sum of RGB (Red+Green+Blue) = 51+1+90=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 90 (35.55% from 255 or 63.38% from 142); Max value from RGB is 90 - color contains mainly: blue. Hex color #33015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33015A is #CCFEA5. Grayscale: #191919. Windows color (decimal): -13434534 or 5898547. OLE color: 5898547.

HSL color Cylindrical-coordinate representation of color #33015A: hue angle of 273.71º 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 #33015A is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB51190-
CMYK0.430.9900.65
HSL273.71º97.8%17.84%-
HSV(B)273.71º98.89%35.29%-
XYZ3.221.469.79-
YUV26.1164.06145.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.92%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 90 (35.55% from 255) = 63.38%
R=35.92%
G=0.70%
B=63.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal511900.430.9900.65273.7197.817.84
Hex3315A2B630411126212
Octal63113253143010142214222
Binary11001111011010101011110001101000001100010010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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