#38185C

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

Shades of Christalle #38185C

Tints of Christalle #38185C

Color information

#38185C (or 0x38185C) is unknown color: approx Christalle. HEX triplet: 38, 18 and 5C. RGB value is (56,24,92). Sum of RGB (Red+Green+Blue) = 56+24+92=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #38185C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38185C is #C7E7A3. Grayscale: #292929. Windows color (decimal): -13100964 or 6035512. OLE color: 6035512.

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

Color convert

RGB562492-
CMYK0.390.7400.64
HSL268.24º58.62%22.75%-
HSV(B)268.24º73.91%36.08%-
XYZ3.892.2710.36-
YUV41.32156.6138.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 92 (36.33% from 255) = 53.49%
R=32.56%
G=13.95%
B=53.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5624920.390.7400.64268.2458.6222.75
Hex38185C274A04010c3b17
Octal70301344711201004147327
Binary11100011000101110010011110010100100000010000110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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