#382261

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

Shades of Christalle #382261

Tints of Christalle #382261

Color information

#382261 (or 0x382261) is unknown color: approx Christalle. HEX triplet: 38, 22 and 61. RGB value is (56,34,97). Sum of RGB (Red+Green+Blue) = 56+34+97=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #382261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382261 is #C7DD9E. Grayscale: #2F2F2F. Windows color (decimal): -13098399 or 6365752. OLE color: 6365752.

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

Color convert

RGB563497-
CMYK0.420.6500.62
HSL260.95º48.09%25.69%-
HSV(B)260.95º64.95%38.04%-
XYZ4.362.8511.63-
YUV47.76155.79133.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=29.95%
G=18.18%
B=51.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5634970.420.6500.62260.9548.0925.69
Hex3822612A4103E105301a
Octal7042141521010764056032
Binary11100010001011000011010101000001011111010000010111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382261; }

 p { color: rgb(56,34,97); }

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

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

 a { background-color: rgb(56,34,97); }

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

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

 span { border-color: rgb(56,34,97); }

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