#230E5D

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

Shades of Christalle #230E5D

Tints of Christalle #230E5D

Color information

#230E5D (or 0x230E5D) is unknown color: approx Christalle. HEX triplet: 23, 0E and 5D. RGB value is (35,14,93). Sum of RGB (Red+Green+Blue) = 35+14+93=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 14 (5.86% from 255 or 9.86% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #230E5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230E5D is #DCF1A2. Grayscale: #1C1C1C. Windows color (decimal): -14479779 or 6098467. OLE color: 6098467.

HSL color Cylindrical-coordinate representation of color #230E5D: hue angle of 255.95º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #230E5D is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB351493-
CMYK0.620.8500.64
HSL255.95º73.83%20.98%-
HSV(B)255.95º84.95%36.47%-
XYZ2.831.4610.49-
YUV29.28163.96132.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.65%
GREEN value IS 14 (5.86% from 255) = 9.86%
BLUE value IS 93 (36.72% from 255) = 65.49%
R=24.65%
G=9.86%
B=65.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3514930.620.8500.64255.9573.8320.98
Hex23E5D3E550401004a15
Octal431613576125010040011225
Binary10001111101011101111110101010101000000100000000100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230E5D; }

 p { color: rgb(35,14,93); }

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

<style>
 a { background-color: #230E5D; }

 a { background-color: rgb(35,14,93); }

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

<style>
 span { border-color: #230E5D; }

 span { border-color: rgb(35,14,93); }

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