#38275A

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

Shades of Christalle #38275A

Tints of Christalle #38275A

Color information

#38275A (or 0x38275A) is unknown color: approx Christalle. HEX triplet: 38, 27 and 5A. RGB value is (56,39,90). Sum of RGB (Red+Green+Blue) = 56+39+90=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #38275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38275A is #C7D8A5. Grayscale: #313131. Windows color (decimal): -13097126 or 5908280. OLE color: 5908280.

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

Color convert

RGB563990-
CMYK0.380.5700.65
HSL260º39.53%25.29%-
HSV(B)260º56.67%35.29%-
XYZ4.23.0310.04-
YUV49.9150.63132.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 39 (15.62% from 255) = 21.08%
BLUE value IS 90 (35.55% from 255) = 48.65%
R=30.27%
G=21.08%
B=48.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5639900.380.5700.6526039.5325.29
Hex38275A26390411042819
Octal7047132467101014045031
Binary11100010011110110101001101110010100000110000010010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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