#2B28C1

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

Shades of Persian Blue #2B28C1

Tints of Persian Blue #2B28C1

Color information

#2B28C1 (or 0x2B28C1) is unknown color: approx Persian Blue. HEX triplet: 2B, 28 and C1. RGB value is (43,40,193). Sum of RGB (Red+Green+Blue) = 43+40+193=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 193 (75.78% from 255 or 69.93% from 276); Max value from RGB is 193 - color contains mainly: blue. Hex color #2B28C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B28C1 is #D4D73E. Grayscale: #393939. Windows color (decimal): -13948735 or 12658731. OLE color: 12658731.

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

Color convert

RGB4340193-
CMYK0.780.7900.24
HSL241.18º65.67%45.69%-
HSV(B)241.18º79.27%75.69%-
XYZ11.385.8850.99-
YUV58.34203.99117.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.58%
GREEN value IS 40 (16.02% from 255) = 14.49%
BLUE value IS 193 (75.78% from 255) = 69.93%
R=15.58%
G=14.49%
B=69.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal43401930.780.7900.24241.1865.6745.69
Hex2B28C14E4F018f1422e
Octal535030111611703036110256
Binary1010111010001100000110011101001111011000111100011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B28C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,40,193); }

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

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

 a { background-color: rgb(43,40,193); }

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

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

 span { border-color: rgb(43,40,193); }

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