#261161

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

Shades of Christalle #261161

Tints of Christalle #261161

Color information

#261161 (or 0x261161) is unknown color: approx Christalle. HEX triplet: 26, 11 and 61. RGB value is (38,17,97). Sum of RGB (Red+Green+Blue) = 38+17+97=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 97 (38.28% from 255 or 63.82% from 152); Max value from RGB is 97 - color contains mainly: blue. Hex color #261161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261161 is #D9EE9E. Grayscale: #202020. Windows color (decimal): -14282399 or 6361382. OLE color: 6361382.

HSL color Cylindrical-coordinate representation of color #261161: hue angle of 255.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #261161 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB381797-
CMYK0.610.8200.62
HSL255.75º70.18%22.35%-
HSV(B)255.75º82.47%38.04%-
XYZ3.161.6811.47-
YUV32.4164.46132-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 97 (38.28% from 255) = 63.82%
R=25%
G=11.18%
B=63.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3817970.610.8200.62255.7570.1822.35
Hex2611613D5203E1004616
Octal46211417512207640010626
Binary10011010001110000111110110100100111110100000000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261161; }

 p { color: rgb(38,17,97); }

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

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

 a { background-color: rgb(38,17,97); }

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

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

 span { border-color: rgb(38,17,97); }

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