#33025E

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

Shades of Christalle #33025E

Tints of Christalle #33025E

Color information

#33025E (or 0x33025E) is unknown color: approx Christalle. HEX triplet: 33, 02 and 5E. RGB value is (51,2,94). Sum of RGB (Red+Green+Blue) = 51+2+94=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #33025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33025E is #CCFDA1. Grayscale: #1A1A1A. Windows color (decimal): -13434274 or 6160947. OLE color: 6160947.

HSL color Cylindrical-coordinate representation of color #33025E: hue angle of 271.96º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33025E is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB51294-
CMYK0.460.9800.63
HSL271.96º95.83%18.82%-
HSV(B)271.96º97.87%36.86%-
XYZ3.411.5610.71-
YUV27.14165.73145.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.69%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 94 (37.11% from 255) = 63.95%
R=34.69%
G=1.36%
B=63.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal512940.460.9800.63271.9695.8318.82
Hex3325E2E6203F1106013
Octal6321365614207742014023
Binary11001110101111010111011000100111111100010000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33025E; }

 p { color: rgb(51,2,94); }

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

<style>
 a { background-color: #33025E; }

 a { background-color: rgb(51,2,94); }

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

<style>
 span { border-color: #33025E; }

 span { border-color: rgb(51,2,94); }

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