#381258

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

Shades of Christalle #381258

Tints of Christalle #381258

Color information

#381258 (or 0x381258) is unknown color: approx Christalle. HEX triplet: 38, 12 and 58. RGB value is (56,18,88). Sum of RGB (Red+Green+Blue) = 56+18+88=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #381258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381258 is #C7EDA7. Grayscale: #252525. Windows color (decimal): -13102504 or 5771832. OLE color: 5771832.

HSL color Cylindrical-coordinate representation of color #381258: hue angle of 272.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381258 is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB561888-
CMYK0.360.8000.65
HSL272.57º66.04%20.78%-
HSV(B)272.57º79.55%34.51%-
XYZ3.611.989.42-
YUV37.34156.59141.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 88 (34.77% from 255) = 54.32%
R=34.57%
G=11.11%
B=54.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5618880.360.8000.65272.5766.0420.78
Hex38125824500411114215
Octal702213044120010142110225
Binary111000100101011000100100101000001000001100010001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381258; }

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

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

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

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

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

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

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

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