#260358

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

Shades of Christalle #260358

Tints of Christalle #260358

Color information

#260358 (or 0x260358) is unknown color: approx Christalle. HEX triplet: 26, 03 and 58. RGB value is (38,3,88). Sum of RGB (Red+Green+Blue) = 38+3+88=129 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.46% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 88 (34.77% from 255 or 68.22% from 129); Max value from RGB is 88 - color contains mainly: blue. Hex color #260358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260358 is #D9FCA7. Grayscale: #161616. Windows color (decimal): -14285992 or 5767974. OLE color: 5767974.

HSL color Cylindrical-coordinate representation of color #260358: hue angle of 264.71º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #260358 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB38388-
CMYK0.570.9700.65
HSL264.71º93.41%17.84%-
HSV(B)264.71º96.59%34.51%-
XYZ2.591.189.32-
YUV23.16164.6138.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.46%
GREEN value IS 3 (1.56% from 255) = 2.33%
BLUE value IS 88 (34.77% from 255) = 68.22%
R=29.46%
G=2.33%
B=68.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal383880.570.9700.65264.7193.4117.84
Hex2635839610411095d12
Octal46313071141010141113522
Binary100110111011000111001110000101000001100001001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260358; }

 p { color: rgb(38,3,88); }

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

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

 a { background-color: rgb(38,3,88); }

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

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

 span { border-color: rgb(38,3,88); }

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