#2B1CAF

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

Shades of Persian Blue #2B1CAF

Tints of Persian Blue #2B1CAF

Color information

#2B1CAF (or 0x2B1CAF) is unknown color: approx Persian Blue. HEX triplet: 2B, 1C and AF. RGB value is (43,28,175). Sum of RGB (Red+Green+Blue) = 43+28+175=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B1CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1CAF is #D4E350. Grayscale: #303030. Windows color (decimal): -13951825 or 11476011. OLE color: 11476011.

HSL color Cylindrical-coordinate representation of color #2B1CAF: hue angle of 246.12º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B1CAF is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4328175-
CMYK0.750.8400.31
HSL246.12º72.41%39.8%-
HSV(B)246.12º84%68.63%-
XYZ9.154.4440.93-
YUV49.24198.97123.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 28 (11.33% from 255) = 11.38%
BLUE value IS 175 (68.75% from 255) = 71.14%
R=17.48%
G=11.38%
B=71.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43281750.750.8400.31246.1272.4139.8
Hex2B1CAF4B5401Ff64828
Octal533425711312403736611050
Binary101011111001010111110010111010100011111111101101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,28,175); }

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

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

 a { background-color: rgb(43,28,175); }

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

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

 span { border-color: rgb(43,28,175); }

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