#2B13C1

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

Shades of Persian Blue #2B13C1

Tints of Persian Blue #2B13C1

Color information

#2B13C1 (or 0x2B13C1) is unknown color: approx Persian Blue. HEX triplet: 2B, 13 and C1. RGB value is (43,19,193). Sum of RGB (Red+Green+Blue) = 43+19+193=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 193 (75.78% from 255 or 75.69% from 255); Max value from RGB is 193 - color contains mainly: blue. Hex color #2B13C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B13C1 is #D4EC3E. Grayscale: #2D2D2D. Windows color (decimal): -13954111 or 12653355. OLE color: 12653355.

HSL color Cylindrical-coordinate representation of color #2B13C1: hue angle of 248.28º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B13C1 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4319193-
CMYK0.780.9000.24
HSL248.28º82.08%41.57%-
HSV(B)248.28º90.16%75.69%-
XYZ10.854.8350.81-
YUV46.01210.95125.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.86%
GREEN value IS 19 (7.81% from 255) = 7.45%
BLUE value IS 193 (75.78% from 255) = 75.69%
R=16.86%
G=7.45%
B=75.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal43191930.780.9000.24248.2882.0841.57
Hex2B13C14E5A018f8522a
Octal532330111613203037012252
Binary101011100111100000110011101011010011000111110001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B13C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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