#38005B

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

Shades of Christalle #38005B

Tints of Christalle #38005B

Color information

#38005B (or 0x38005B) is unknown color: approx Christalle. HEX triplet: 38, 00 and 5B. RGB value is (56,0,91). Sum of RGB (Red+Green+Blue) = 56+0+91=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #38005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38005B is #C7FFA4. Grayscale: #1A1A1A. Windows color (decimal): -13107109 or 5963832. OLE color: 5963832.

HSL color Cylindrical-coordinate representation of color #38005B: hue angle of 276.92º 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 #38005B is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB56091-
CMYK0.38100.64
HSL276.92º100%17.84%-
HSV(B)276.92º100%35.69%-
XYZ3.521.610.02-
YUV27.12164.05148.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 61.90%
R=38.10%
G=0%
B=61.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal560910.38100.64276.9210017.84
Hex3805B26640401156412
Octal70013346144010042514422
Binary11100001011011100110110010001000000100010101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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