#270058

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

Shades of Christalle #270058

Tints of Christalle #270058

Color information

#270058 (or 0x270058) is unknown color: approx Christalle. HEX triplet: 27, 00 and 58. RGB value is (39,0,88). Sum of RGB (Red+Green+Blue) = 39+0+88=127 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.71% from 127); Green value is 0 (0.39% from 255 or 0% 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 #270058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270058 is #D8FFA7. Grayscale: #151515. Windows color (decimal): -14221224 or 5767207. OLE color: 5767207.

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

Color convert

RGB39088-
CMYK0.56100.65
HSL266.59º100%17.25%-
HSV(B)266.59º100%34.51%-
XYZ2.61.149.31-
YUV21.69165.42140.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 69.29%
R=30.71%
G=0%
B=69.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal390880.56100.65266.5910017.25
Hex27058386404110b6411
Octal47013070144010141314421
Binary10011101011000111000110010001000001100001011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270058; }

 p { color: rgb(39,0,88); }

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

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

 a { background-color: rgb(39,0,88); }

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

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

 span { border-color: rgb(39,0,88); }

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