#271262

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

Shades of Christalle #271262

Tints of Christalle #271262

Color information

#271262 (or 0x271262) is unknown color: approx Christalle. HEX triplet: 27, 12 and 62. RGB value is (39,18,98). Sum of RGB (Red+Green+Blue) = 39+18+98=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #271262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271262 is #D8ED9D. Grayscale: #212121. Windows color (decimal): -14216606 or 6427175. OLE color: 6427175.

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

Color convert

RGB391898-
CMYK0.600.8200.62
HSL255.75º68.97%22.75%-
HSV(B)255.75º81.63%38.43%-
XYZ3.261.7511.72-
YUV33.4164.46132-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 98 (38.67% from 255) = 63.23%
R=25.16%
G=11.61%
B=63.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3918980.600.8200.62255.7568.9722.75
Hex2712623C5203E1004517
Octal47221427412207640010527
Binary10011110010110001011110010100100111110100000000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271262; }

 p { color: rgb(39,18,98); }

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

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

 a { background-color: rgb(39,18,98); }

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

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

 span { border-color: rgb(39,18,98); }

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