#331A62

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

Shades of Christalle #331A62

Tints of Christalle #331A62

Color information

#331A62 (or 0x331A62) is unknown color: approx Christalle. HEX triplet: 33, 1A and 62. RGB value is (51,26,98). Sum of RGB (Red+Green+Blue) = 51+26+98=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #331A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331A62 is #CCE59D. Grayscale: #292929. Windows color (decimal): -13428126 or 6429235. OLE color: 6429235.

HSL color Cylindrical-coordinate representation of color #331A62: hue angle of 260.83º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #331A62 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB512698-
CMYK0.480.7300.62
HSL260.83º58.06%24.31%-
HSV(B)260.83º73.47%38.43%-
XYZ3.942.3211.8-
YUV41.68159.78134.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.14%
GREEN value IS 26 (10.55% from 255) = 14.86%
BLUE value IS 98 (38.67% from 255) = 56%
R=29.14%
G=14.86%
B=56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5126980.480.7300.62260.8358.0624.31
Hex331A62304903E1053a18
Octal6332142601110764057230
Binary1100111101011000101100001001001011111010000010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331A62; }

 p { color: rgb(51,26,98); }

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

<style>
 a { background-color: #331A62; }

 a { background-color: rgb(51,26,98); }

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

<style>
 span { border-color: #331A62; }

 span { border-color: rgb(51,26,98); }

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