#392267

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

Shades of Christalle #392267

Tints of Christalle #392267

Color information

#392267 (or 0x392267) is unknown color: approx Christalle. HEX triplet: 39, 22 and 67. RGB value is (57,34,103). Sum of RGB (Red+Green+Blue) = 57+34+103=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #392267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392267 is #C6DD98. Grayscale: #303030. Windows color (decimal): -13032857 or 6758969. OLE color: 6758969.

HSL color Cylindrical-coordinate representation of color #392267: hue angle of 260º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #392267 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5734103-
CMYK0.450.6700.60
HSL260º50.36%26.86%-
HSV(B)260º66.99%40.39%-
XYZ4.712.9913.16-
YUV48.74158.62133.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 34 (13.67% from 255) = 17.53%
BLUE value IS 103 (40.62% from 255) = 53.09%
R=29.38%
G=17.53%
B=53.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57341030.450.6700.6026050.3626.86
Hex3922672D4303C104321b
Octal7142147551030744046233
Binary11100110001011001111011011000011011110010000010011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392267; }

 p { color: rgb(57,34,103); }

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

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

 a { background-color: rgb(57,34,103); }

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

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

 span { border-color: rgb(57,34,103); }

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