#38135E

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

Shades of Christalle #38135E

Tints of Christalle #38135E

Color information

#38135E (or 0x38135E) is unknown color: approx Christalle. HEX triplet: 38, 13 and 5E. RGB value is (56,19,94). Sum of RGB (Red+Green+Blue) = 56+19+94=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #38135E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38135E is #C7ECA1. Grayscale: #262626. Windows color (decimal): -13102242 or 6165304. OLE color: 6165304.

HSL color Cylindrical-coordinate representation of color #38135E: hue angle of 269.6º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38135E is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB561994-
CMYK0.400.8000.63
HSL269.6º66.37%22.16%-
HSV(B)269.6º79.79%36.86%-
XYZ3.882.1110.79-
YUV38.61159.26140.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 94 (37.11% from 255) = 55.62%
R=33.14%
G=11.24%
B=55.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5619940.400.8000.63269.666.3722.16
Hex38135E285003F10e4216
Octal70231365012007741610226
Binary11100010011101111010100010100000111111100001110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38135E; }

 p { color: rgb(56,19,94); }

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

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

 a { background-color: rgb(56,19,94); }

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

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

 span { border-color: rgb(56,19,94); }

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