#26055C

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

Shades of Christalle #26055C

Tints of Christalle #26055C

Color information

#26055C (or 0x26055C) is unknown color: approx Christalle. HEX triplet: 26, 05 and 5C. RGB value is (38,5,92). Sum of RGB (Red+Green+Blue) = 38+5+92=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #26055C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26055C is #D9FAA3. Grayscale: #181818. Windows color (decimal): -14285476 or 6030630. OLE color: 6030630.

HSL color Cylindrical-coordinate representation of color #26055C: hue angle of 262.76º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #26055C is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB38592-
CMYK0.590.9500.64
HSL262.76º89.69%19.02%-
HSV(B)262.76º94.57%36.08%-
XYZ2.791.2910.23-
YUV24.78165.93137.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.15%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 92 (36.33% from 255) = 68.15%
R=28.15%
G=3.70%
B=68.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal385920.590.9500.64262.7689.6919.02
Hex2655C3B5F0401075a13
Octal46513473137010040713223
Binary1001101011011100111011101111101000000100000111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26055C; }

 p { color: rgb(38,5,92); }

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

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

 a { background-color: rgb(38,5,92); }

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

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

 span { border-color: rgb(38,5,92); }

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