#38065A

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

Shades of Christalle #38065A

Tints of Christalle #38065A

Color information

#38065A (or 0x38065A) is unknown color: approx Christalle. HEX triplet: 38, 06 and 5A. RGB value is (56,6,90). Sum of RGB (Red+Green+Blue) = 56+6+90=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #38065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38065A is #C7F9A5. Grayscale: #1E1E1E. Windows color (decimal): -13105574 or 5899832. OLE color: 5899832.

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

Color convert

RGB56690-
CMYK0.380.9300.65
HSL275.71º87.5%18.82%-
HSV(B)275.71º93.33%35.29%-
XYZ3.541.719.82-
YUV30.53161.56146.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.84%
GREEN value IS 6 (2.73% from 255) = 3.95%
BLUE value IS 90 (35.55% from 255) = 59.21%
R=36.84%
G=3.95%
B=59.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal566900.380.9300.65275.7187.518.82
Hex3865A265D0411145813
Octal70613246135010142413023
Binary1110001101011010100110101110101000001100010100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38065A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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