#38205A

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

Shades of Christalle #38205A

Tints of Christalle #38205A

Color information

#38205A (or 0x38205A) is unknown color: approx Christalle. HEX triplet: 38, 20 and 5A. RGB value is (56,32,90). Sum of RGB (Red+Green+Blue) = 56+32+90=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #38205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38205A is #C7DFA5. Grayscale: #2D2D2D. Windows color (decimal): -13098918 or 5906488. OLE color: 5906488.

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

Color convert

RGB563290-
CMYK0.380.6400.65
HSL264.83º47.54%23.92%-
HSV(B)264.83º64.44%35.29%-
XYZ3.992.619.97-
YUV45.79152.95135.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.46%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 90 (35.55% from 255) = 50.56%
R=31.46%
G=17.98%
B=50.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5632900.380.6400.65264.8347.5423.92
Hex38205A26400411093018
Octal70401324610001014116030
Binary111000100000101101010011010000000100000110000100111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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