#260158

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

Shades of Christalle #260158

Tints of Christalle #260158

Color information

#260158 (or 0x260158) is unknown color: approx Christalle. HEX triplet: 26, 01 and 58. RGB value is (38,1,88). Sum of RGB (Red+Green+Blue) = 38+1+88=127 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.92% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 88 (34.77% from 255 or 69.29% from 127); Max value from RGB is 88 - color contains mainly: blue. Hex color #260158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260158 is #D9FEA7. Grayscale: #151515. Windows color (decimal): -14286504 or 5767462. OLE color: 5767462.

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

Color convert

RGB38188-
CMYK0.570.9900.65
HSL265.52º97.75%17.45%-
HSV(B)265.52º98.86%34.51%-
XYZ2.571.149.32-
YUV21.98165.26139.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.92%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 88 (34.77% from 255) = 69.29%
R=29.92%
G=0.79%
B=69.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal381880.570.9900.65265.5297.7517.45
Hex26158396304110a6211
Octal46113071143010141214221
Binary10011011011000111001110001101000001100001010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260158; }

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

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

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

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

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

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

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

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