#38255B

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

Shades of Christalle #38255B

Tints of Christalle #38255B

Color information

#38255B (or 0x38255B) is unknown color: approx Christalle. HEX triplet: 38, 25 and 5B. RGB value is (56,37,91). Sum of RGB (Red+Green+Blue) = 56+37+91=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #38255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38255B is #C7DAA4. Grayscale: #303030. Windows color (decimal): -13097637 or 5973304. OLE color: 5973304.

HSL color Cylindrical-coordinate representation of color #38255B: hue angle of 261.11º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38255B is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB563791-
CMYK0.380.5900.64
HSL261.11º42.19%25.1%-
HSV(B)261.11º59.34%35.69%-
XYZ4.182.9210.24-
YUV48.84151.79133.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 91 (35.94% from 255) = 49.46%
R=30.43%
G=20.11%
B=49.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5637910.380.5900.64261.1142.1925.1
Hex38255B263B0401052a19
Octal7045133467301004055231
Binary11100010010110110111001101110110100000010000010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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