#2B31C5

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

Shades of Persian Blue #2B31C5

Tints of Persian Blue #2B31C5

Color information

#2B31C5 (or 0x2B31C5) is unknown color: approx Persian Blue. HEX triplet: 2B, 31 and C5. RGB value is (43,49,197). Sum of RGB (Red+Green+Blue) = 43+49+197=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 197 (77.34% from 255 or 68.17% from 289); Max value from RGB is 197 - color contains mainly: blue. Hex color #2B31C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B31C5 is #D4CE3A. Grayscale: #3F3F3F. Windows color (decimal): -13946427 or 12923179. OLE color: 12923179.

HSL color Cylindrical-coordinate representation of color #2B31C5: hue angle of 237.66º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B31C5 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4349197-
CMYK0.780.7500.23
HSL237.66º64.17%47.06%-
HSV(B)237.66º78.17%77.25%-
XYZ12.176.7453.48-
YUV64.08203.01112.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.88%
GREEN value IS 49 (19.53% from 255) = 16.96%
BLUE value IS 197 (77.34% from 255) = 68.17%
R=14.88%
G=16.96%
B=68.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal43491970.780.7500.23237.6664.1747.06
Hex2B31C54E4B017ee402f
Octal536130511611302735610057
Binary1010111100011100010110011101001011010111111011101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B31C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,49,197); }

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

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

 a { background-color: rgb(43,49,197); }

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

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

 span { border-color: rgb(43,49,197); }

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