#380359

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

Shades of Christalle #380359

Tints of Christalle #380359

Color information

#380359 (or 0x380359) is unknown color: approx Christalle. HEX triplet: 38, 03 and 59. RGB value is (56,3,89). Sum of RGB (Red+Green+Blue) = 56+3+89=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #380359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380359 is #C7FCA6. Grayscale: #1C1C1C. Windows color (decimal): -13106343 or 5833528. OLE color: 5833528.

HSL color Cylindrical-coordinate representation of color #380359: hue angle of 276.98º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380359 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB56389-
CMYK0.370.9700.65
HSL276.98º93.48%18.04%-
HSV(B)276.98º96.63%34.9%-
XYZ3.471.639.58-
YUV28.65162.06147.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.84%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 89 (35.16% from 255) = 60.14%
R=37.84%
G=2.03%
B=60.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal563890.370.9700.65276.9893.4818.04
Hex3835925610411155d12
Octal70313145141010142513522
Binary111000111011001100101110000101000001100010101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380359; }

 p { color: rgb(56,3,89); }

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

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

 a { background-color: rgb(56,3,89); }

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

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

 span { border-color: rgb(56,3,89); }

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