#331962

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

Shades of Christalle #331962

Tints of Christalle #331962

Color information

#331962 (or 0x331962) is unknown color: approx Christalle. HEX triplet: 33, 19 and 62. RGB value is (51,25,98). Sum of RGB (Red+Green+Blue) = 51+25+98=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #331962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331962 is #CCE69D. Grayscale: #282828. Windows color (decimal): -13428382 or 6428979. OLE color: 6428979.

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

Color convert

RGB512598-
CMYK0.480.7400.62
HSL261.37º59.35%24.12%-
HSV(B)261.37º74.49%38.43%-
XYZ3.922.2811.79-
YUV41.1160.11135.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.31%
GREEN value IS 25 (10.16% from 255) = 14.37%
BLUE value IS 98 (38.67% from 255) = 56.32%
R=29.31%
G=14.37%
B=56.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5125980.480.7400.62261.3759.3524.12
Hex331962304A03E1053b18
Octal6331142601120764057330
Binary1100111100111000101100001001010011111010000010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331962; }

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

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

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

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

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

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

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

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