#452362

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

Shades of Christalle #452362

Tints of Christalle #452362

Color information

#452362 (or 0x452362) is unknown color: approx Christalle. HEX triplet: 45, 23 and 62. RGB value is (69,35,98). Sum of RGB (Red+Green+Blue) = 69+35+98=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #452362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452362 is #BADC9D. Grayscale: #343434. Windows color (decimal): -12246174 or 6431557. OLE color: 6431557.

HSL color Cylindrical-coordinate representation of color #452362: hue angle of 272.38º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #452362 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB693598-
CMYK0.300.6400.62
HSL272.38º47.37%26.08%-
HSV(B)272.38º64.29%38.43%-
XYZ5.263.3511.92-
YUV52.35153.76139.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.16%
GREEN value IS 35 (14.06% from 255) = 17.33%
BLUE value IS 98 (38.67% from 255) = 48.51%
R=34.16%
G=17.33%
B=48.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6935980.300.6400.62272.3847.3726.08
Hex4523621E4003E1102f1a
Octal10543142361000764205732
Binary10001011000111100010111101000000011111010001000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452362; }

 p { color: rgb(69,35,98); }

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

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

 a { background-color: rgb(69,35,98); }

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

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

 span { border-color: rgb(69,35,98); }

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