#260258

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

Shades of Christalle #260258

Tints of Christalle #260258

Color information

#260258 (or 0x260258) is unknown color: approx Christalle. HEX triplet: 26, 02 and 58. RGB value is (38,2,88). Sum of RGB (Red+Green+Blue) = 38+2+88=128 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.69% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 88 (34.77% from 255 or 68.75% from 128); Max value from RGB is 88 - color contains mainly: blue. Hex color #260258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260258 is #D9FDA7. Grayscale: #161616. Windows color (decimal): -14286248 or 5767718. OLE color: 5767718.

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

Color convert

RGB38288-
CMYK0.570.9800.65
HSL265.12º95.56%17.65%-
HSV(B)265.12º97.73%34.51%-
XYZ2.581.169.32-
YUV22.57164.93139.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.69%
GREEN value IS 2 (1.17% from 255) = 1.56%
BLUE value IS 88 (34.77% from 255) = 68.75%
R=29.69%
G=1.56%
B=68.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal382880.570.9800.65265.1295.5617.65
Hex2625839620411096012
Octal46213071142010141114022
Binary100110101011000111001110001001000001100001001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260258; }

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

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

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

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

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

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

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

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