#2b27c2

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

Shades of Persian Blue #2B27C2

Tints of Persian Blue #2B27C2

Color information

#2B27C2 (or 0x2B27C2) is unknown color: approx Persian Blue. HEX triplet: 2B, 27 and C2. RGB value is (43,39,194). Sum of RGB (Red+Green+Blue) = 43+39+194=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 194 (76.17% from 255 or 70.29% from 276); Max value from RGB is 194 - color contains mainly: blue. Hex color #2B27C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B27C2 is #D4D83D. Grayscale: #393939. Windows color (decimal): -13948990 or 12724011. OLE color: 12724011.

HSL color Cylindrical-coordinate representation of color #2B27C2: hue angle of 241.55º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B27C2 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4339194-
CMYK0.780.8000.24
HSL241.55º66.52%45.69%-
HSV(B)241.55º79.9%76.08%-
XYZ11.465.8651.57-
YUV57.87204.83117.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.58%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 194 (76.17% from 255) = 70.29%
R=15.58%
G=14.13%
B=70.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal43391940.780.8000.24241.5566.5245.69
Hex2B27C24E50018f2432e
Octal534730211612003036210356
Binary1010111001111100001010011101010000011000111100101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b27c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,39,194); }

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

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

 a { background-color: rgb(43,39,194); }

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

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

 span { border-color: rgb(43,39,194); }

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