#38055C

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

Shades of Christalle #38055C

Tints of Christalle #38055C

Color information

#38055C (or 0x38055C) is unknown color: approx Christalle. HEX triplet: 38, 05 and 5C. RGB value is (56,5,92). Sum of RGB (Red+Green+Blue) = 56+5+92=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #38055C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38055C is #C7FAA3. Grayscale: #1D1D1D. Windows color (decimal): -13105828 or 6030648. OLE color: 6030648.

HSL color Cylindrical-coordinate representation of color #38055C: hue angle of 275.17º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38055C is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB56592-
CMYK0.390.9500.64
HSL275.17º89.69%19.02%-
HSV(B)275.17º94.57%36.08%-
XYZ3.621.7210.27-
YUV30.17162.9146.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 92 (36.33% from 255) = 60.13%
R=36.60%
G=3.27%
B=60.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal565920.390.9500.64275.1789.6919.02
Hex3855C275F0401135a13
Octal70513447137010042313223
Binary1110001011011100100111101111101000000100010011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38055C; }

 p { color: rgb(56,5,92); }

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

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

 a { background-color: rgb(56,5,92); }

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

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

 span { border-color: rgb(56,5,92); }

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