#381269

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

Shades of Christalle #381269

Tints of Christalle #381269

Color information

#381269 (or 0x381269) is unknown color: approx Christalle. HEX triplet: 38, 12 and 69. RGB value is (56,18,105). Sum of RGB (Red+Green+Blue) = 56+18+105=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #381269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381269 is #C7ED96. Grayscale: #262626. Windows color (decimal): -13102487 or 6885944. OLE color: 6885944.

HSL color Cylindrical-coordinate representation of color #381269: hue angle of 266.21º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #381269 is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5618105-
CMYK0.470.8300.59
HSL266.21º70.73%24.12%-
HSV(B)266.21º82.86%41.18%-
XYZ4.42.2913.58-
YUV39.28165.09139.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 105 (41.41% from 255) = 58.66%
R=31.28%
G=10.06%
B=58.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56181050.470.8300.59266.2170.7324.12
Hex3812692F5303B10a4718
Octal70221515712307341210730
Binary11100010010110100110111110100110111011100001010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381269; }

 p { color: rgb(56,18,105); }

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

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

 a { background-color: rgb(56,18,105); }

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

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

 span { border-color: rgb(56,18,105); }

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