#392269

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

Shades of Christalle #392269

Tints of Christalle #392269

Color information

#392269 (or 0x392269) is unknown color: approx Christalle. HEX triplet: 39, 22 and 69. RGB value is (57,34,105). Sum of RGB (Red+Green+Blue) = 57+34+105=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #392269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392269 is #C6DD96. Grayscale: #303030. Windows color (decimal): -13032855 or 6890041. OLE color: 6890041.

HSL color Cylindrical-coordinate representation of color #392269: hue angle of 259.44º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #392269 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5734105-
CMYK0.460.6800.59
HSL259.44º51.08%27.25%-
HSV(B)259.44º67.62%41.18%-
XYZ4.813.0313.7-
YUV48.97159.62133.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 34 (13.67% from 255) = 17.35%
BLUE value IS 105 (41.41% from 255) = 53.57%
R=29.08%
G=17.35%
B=53.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57341050.460.6800.59259.4451.0827.25
Hex3922692E4403B103331b
Octal7142151561040734036333
Binary11100110001011010011011101000100011101110000001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392269; }

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

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

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

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

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

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

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

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