#381260

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

Shades of Christalle #381260

Tints of Christalle #381260

Color information

#381260 (or 0x381260) is unknown color: approx Christalle. HEX triplet: 38, 12 and 60. RGB value is (56,18,96). Sum of RGB (Red+Green+Blue) = 56+18+96=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #381260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381260 is #C7ED9F. Grayscale: #252525. Windows color (decimal): -13102496 or 6296120. OLE color: 6296120.

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

Color convert

RGB561896-
CMYK0.420.8100.62
HSL269.23º68.42%22.35%-
HSV(B)269.23º81.25%37.65%-
XYZ3.962.1211.27-
YUV38.25160.59140.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 18 (7.42% from 255) = 10.59%
BLUE value IS 96 (37.89% from 255) = 56.47%
R=32.94%
G=10.59%
B=56.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5618960.420.8100.62269.2368.4222.35
Hex3812602A5103E10d4416
Octal70221405212107641510426
Binary11100010010110000010101010100010111110100001101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381260; }

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

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

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

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

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

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

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

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