#38025C

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

Shades of Christalle #38025C

Tints of Christalle #38025C

Color information

#38025C (or 0x38025C) is unknown color: approx Christalle. HEX triplet: 38, 02 and 5C. RGB value is (56,2,92). Sum of RGB (Red+Green+Blue) = 56+2+92=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #38025C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38025C is #C7FDA3. Grayscale: #1C1C1C. Windows color (decimal): -13106596 or 6029880. OLE color: 6029880.

HSL color Cylindrical-coordinate representation of color #38025C: hue angle of 276º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38025C is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB56292-
CMYK0.390.9800.64
HSL276º95.74%18.43%-
HSV(B)276º97.83%36.08%-
XYZ3.581.6610.26-
YUV28.41163.89147.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.33%
GREEN value IS 2 (1.17% from 255) = 1.33%
BLUE value IS 92 (36.33% from 255) = 61.33%
R=37.33%
G=1.33%
B=61.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal562920.390.9800.6427695.7418.43
Hex3825C27620401146012
Octal70213447142010042414022
Binary111000101011100100111110001001000000100010100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38025C; }

 p { color: rgb(56,2,92); }

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

<style>
 a { background-color: #38025C; }

 a { background-color: rgb(56,2,92); }

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

<style>
 span { border-color: #38025C; }

 span { border-color: rgb(56,2,92); }

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