#3F235A

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

Shades of Christalle #3F235A

Tints of Christalle #3F235A

Color information

#3F235A (or 0x3F235A) is unknown color: approx Christalle. HEX triplet: 3F, 23 and 5A. RGB value is (63,35,90). Sum of RGB (Red+Green+Blue) = 63+35+90=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F235A is #C0DCA5. Grayscale: #313131. Windows color (decimal): -12639398 or 5907263. OLE color: 5907263.

HSL color Cylindrical-coordinate representation of color #3F235A: hue angle of 270.55º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F235A is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB633590-
CMYK0.300.6100.65
HSL270.55º44%24.51%-
HSV(B)270.55º61.11%35.29%-
XYZ4.5310.01-
YUV49.64150.78137.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.51%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 90 (35.55% from 255) = 47.87%
R=33.51%
G=18.62%
B=47.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6335900.300.6100.65270.554424.51
Hex3F235A1E3D04110f2c19
Octal7743132367501014175431
Binary1111111000111011010111101111010100000110000111110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F235A; }

 p { color: rgb(63,35,90); }

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

<style>
 a { background-color: #3F235A; }

 a { background-color: rgb(63,35,90); }

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

<style>
 span { border-color: #3F235A; }

 span { border-color: rgb(63,35,90); }

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