#38085B

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

Shades of Christalle #38085B

Tints of Christalle #38085B

Color information

#38085B (or 0x38085B) is unknown color: approx Christalle. HEX triplet: 38, 08 and 5B. RGB value is (56,8,91). Sum of RGB (Red+Green+Blue) = 56+8+91=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #38085B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38085B is #C7F7A4. Grayscale: #1F1F1F. Windows color (decimal): -13105061 or 5965880. OLE color: 5965880.

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

Color convert

RGB56891-
CMYK0.380.9100.64
HSL274.7º83.84%19.41%-
HSV(B)274.7º91.21%35.69%-
XYZ3.611.7710.05-
YUV31.81161.4145.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 8 (3.52% from 255) = 5.16%
BLUE value IS 91 (35.94% from 255) = 58.71%
R=36.13%
G=5.16%
B=58.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal568910.380.9100.64274.783.8419.41
Hex3885B265B0401135413
Octal701013346133010042312423
Binary11100010001011011100110101101101000000100010011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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