#33025A

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

Shades of Christalle #33025A

Tints of Christalle #33025A

Color information

#33025A (or 0x33025A) is unknown color: approx Christalle. HEX triplet: 33, 02 and 5A. RGB value is (51,2,90). Sum of RGB (Red+Green+Blue) = 51+2+90=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #33025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33025A is #CCFDA5. Grayscale: #1A1A1A. Windows color (decimal): -13434278 or 5898803. OLE color: 5898803.

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

Color convert

RGB51290-
CMYK0.430.9800.65
HSL273.41º95.65%18.04%-
HSV(B)273.41º97.78%35.29%-
XYZ3.231.499.79-
YUV26.68163.73145.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.66%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 90 (35.55% from 255) = 62.94%
R=35.66%
G=1.40%
B=62.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal512900.430.9800.65273.4195.6518.04
Hex3325A2B620411116012
Octal63213253142010142114022
Binary110011101011010101011110001001000001100010001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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