#381266

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

Shades of Christalle #381266

Tints of Christalle #381266

Color information

#381266 (or 0x381266) is unknown color: approx Christalle. HEX triplet: 38, 12 and 66. RGB value is (56,18,102). Sum of RGB (Red+Green+Blue) = 56+18+102=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #381266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381266 is #C7ED99. Grayscale: #262626. Windows color (decimal): -13102490 or 6689336. OLE color: 6689336.

HSL color Cylindrical-coordinate representation of color #381266: hue angle of 267.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381266 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5618102-
CMYK0.450.8200.6
HSL267.14º70%23.53%-
HSV(B)267.14º82.35%40%-
XYZ4.252.2312.78-
YUV38.94163.59140.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.82%
GREEN value IS 18 (7.42% from 255) = 10.23%
BLUE value IS 102 (40.23% from 255) = 57.95%
R=31.82%
G=10.23%
B=57.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56181020.450.8200.6267.147023.53
Hex3812662D5203C10b4618
Octal70221465512207441310630
Binary11100010010110011010110110100100111100100001011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381266; }

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

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

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

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

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

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

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

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