#2B025E

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

Shades of Christalle #2B025E

Tints of Christalle #2B025E

Color information

#2B025E (or 0x2B025E) is unknown color: approx Christalle. HEX triplet: 2B, 02 and 5E. RGB value is (43,2,94). Sum of RGB (Red+Green+Blue) = 43+2+94=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 94 (37.11% from 255 or 67.63% from 139); Max value from RGB is 94 - color contains mainly: blue. Hex color #2B025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B025E is #D4FDA1. Grayscale: #181818. Windows color (decimal): -13958562 or 6160939. OLE color: 6160939.

HSL color Cylindrical-coordinate representation of color #2B025E: hue angle of 266.74º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B025E is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB43294-
CMYK0.540.9800.63
HSL266.74º95.83%18.82%-
HSV(B)266.74º97.87%36.86%-
XYZ3.041.3710.69-
YUV24.75167.08141.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.94%
GREEN value IS 2 (1.17% from 255) = 1.44%
BLUE value IS 94 (37.11% from 255) = 67.63%
R=30.94%
G=1.44%
B=67.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal432940.540.9800.63266.7495.8318.82
Hex2B25E366203F10b6013
Octal5321366614207741314023
Binary10101110101111011011011000100111111100001011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B025E; }

 p { color: rgb(43,2,94); }

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

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

 a { background-color: rgb(43,2,94); }

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

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

 span { border-color: rgb(43,2,94); }

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