#38005D

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

Shades of Christalle #38005D

Tints of Christalle #38005D

Color information

#38005D (or 0x38005D) is unknown color: approx Christalle. HEX triplet: 38, 00 and 5D. RGB value is (56,0,93). Sum of RGB (Red+Green+Blue) = 56+0+93=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #38005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38005D is #C7FFA2. Grayscale: #1B1B1B. Windows color (decimal): -13107107 or 6094904. OLE color: 6094904.

HSL color Cylindrical-coordinate representation of color #38005D: hue angle of 276.13º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38005D is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB56093-
CMYK0.40100.64
HSL276.13º100%18.24%-
HSV(B)276.13º100%36.47%-
XYZ3.611.6310.48-
YUV27.35165.05148.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 62.42%
R=37.58%
G=0%
B=62.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal560930.40100.64276.1310018.24
Hex3805D28640401146412
Octal70013550144010042414422
Binary11100001011101101000110010001000000100010100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38005D; }

 p { color: rgb(56,0,93); }

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

<style>
 a { background-color: #38005D; }

 a { background-color: rgb(56,0,93); }

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

<style>
 span { border-color: #38005D; }

 span { border-color: rgb(56,0,93); }

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