#38135A

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

Shades of Christalle #38135A

Tints of Christalle #38135A

Color information

#38135A (or 0x38135A) is unknown color: approx Christalle. HEX triplet: 38, 13 and 5A. RGB value is (56,19,90). Sum of RGB (Red+Green+Blue) = 56+19+90=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #38135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38135A is #C7ECA5. Grayscale: #252525. Windows color (decimal): -13102246 or 5903160. OLE color: 5903160.

HSL color Cylindrical-coordinate representation of color #38135A: hue angle of 271.27º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38135A is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB561990-
CMYK0.380.7900.65
HSL271.27º65.14%21.37%-
HSV(B)271.27º78.89%35.29%-
XYZ3.712.049.87-
YUV38.16157.26140.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 19 (7.81% from 255) = 11.52%
BLUE value IS 90 (35.55% from 255) = 54.55%
R=33.94%
G=11.52%
B=54.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5619900.380.7900.65271.2765.1421.37
Hex38135A264F04110f4115
Octal702313246117010141710125
Binary111000100111011010100110100111101000001100001111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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