#38085A

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

Shades of Christalle #38085A

Tints of Christalle #38085A

Color information

#38085A (or 0x38085A) is unknown color: approx Christalle. HEX triplet: 38, 08 and 5A. RGB value is (56,8,90). Sum of RGB (Red+Green+Blue) = 56+8+90=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #38085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38085A is #C7F7A5. Grayscale: #1F1F1F. Windows color (decimal): -13105062 or 5900344. OLE color: 5900344.

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

Color convert

RGB56890-
CMYK0.380.9100.65
HSL275.12º83.67%19.22%-
HSV(B)275.12º91.11%35.29%-
XYZ3.561.759.82-
YUV31.7160.9145.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.36%
GREEN value IS 8 (3.52% from 255) = 5.19%
BLUE value IS 90 (35.55% from 255) = 58.44%
R=36.36%
G=5.19%
B=58.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal568900.380.9100.65275.1283.6719.22
Hex3885A265B0411135413
Octal701013246133010142312423
Binary11100010001011010100110101101101000001100010011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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