#230C5C

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

Shades of Christalle #230C5C

Tints of Christalle #230C5C

Color information

#230C5C (or 0x230C5C) is unknown color: approx Christalle. HEX triplet: 23, 0C and 5C. RGB value is (35,12,92). Sum of RGB (Red+Green+Blue) = 35+12+92=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 92 (36.33% from 255 or 66.19% from 139); Max value from RGB is 92 - color contains mainly: blue. Hex color #230C5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230C5C is #DCF3A3. Grayscale: #1B1B1B. Windows color (decimal): -14480292 or 6032419. OLE color: 6032419.

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

Color convert

RGB351292-
CMYK0.620.8700.64
HSL257.25º76.92%20.39%-
HSV(B)257.25º86.96%36.08%-
XYZ2.761.3910.25-
YUV28164.12133-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.18%
GREEN value IS 12 (5.08% from 255) = 8.63%
BLUE value IS 92 (36.33% from 255) = 66.19%
R=25.18%
G=8.63%
B=66.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3512920.620.8700.64257.2576.9220.39
Hex23C5C3E570401014d14
Octal431413476127010040111524
Binary10001111001011100111110101011101000000100000001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,12,92); }

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

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

 a { background-color: rgb(35,12,92); }

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

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

 span { border-color: rgb(35,12,92); }

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