#381958

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

Shades of Christalle #381958

Tints of Christalle #381958

Color information

#381958 (or 0x381958) is unknown color: approx Christalle. HEX triplet: 38, 19 and 58. RGB value is (56,25,88). Sum of RGB (Red+Green+Blue) = 56+25+88=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #381958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381958 is #C7E6A7. Grayscale: #292929. Windows color (decimal): -13100712 or 5773624. OLE color: 5773624.

HSL color Cylindrical-coordinate representation of color #381958: hue angle of 269.52º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #381958 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB562588-
CMYK0.360.7200.65
HSL269.52º55.75%22.16%-
HSV(B)269.52º71.59%34.51%-
XYZ3.742.249.47-
YUV41.45154.27138.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 25 (10.16% from 255) = 14.79%
BLUE value IS 88 (34.77% from 255) = 52.07%
R=33.14%
G=14.79%
B=52.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5625880.360.7200.65269.5255.7522.16
Hex381958244804110e3816
Octal70311304411001014167026
Binary11100011001101100010010010010000100000110000111011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381958; }

 p { color: rgb(56,25,88); }

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

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

 a { background-color: rgb(56,25,88); }

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

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

 span { border-color: rgb(56,25,88); }

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