#38015A

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

Shades of Christalle #38015A

Tints of Christalle #38015A

Color information

#38015A (or 0x38015A) is unknown color: approx Christalle. HEX triplet: 38, 01 and 5A. RGB value is (56,1,90). Sum of RGB (Red+Green+Blue) = 56+1+90=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #38015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38015A is #C7FEA5. Grayscale: #1B1B1B. Windows color (decimal): -13106854 or 5898552. OLE color: 5898552.

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

Color convert

RGB56190-
CMYK0.380.9900.65
HSL277.08º97.8%17.84%-
HSV(B)277.08º98.89%35.29%-
XYZ3.491.69.8-
YUV27.59163.22148.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 90 (35.55% from 255) = 61.22%
R=38.10%
G=0.68%
B=61.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal561900.380.9900.65277.0897.817.84
Hex3815A26630411156212
Octal70113246143010142514222
Binary11100011011010100110110001101000001100010101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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