#2D1FBB

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

Shades of Persian Blue #2D1FBB

Tints of Persian Blue #2D1FBB

Color information

#2D1FBB (or 0x2D1FBB) is unknown color: approx Persian Blue. HEX triplet: 2D, 1F and BB. RGB value is (45,31,187). Sum of RGB (Red+Green+Blue) = 45+31+187=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #2D1FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1FBB is #D2E044. Grayscale: #343434. Windows color (decimal): -13819973 or 12263213. OLE color: 12263213.

HSL color Cylindrical-coordinate representation of color #2D1FBB: hue angle of 245.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D1FBB is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4531187-
CMYK0.760.8300.27
HSL245.38º71.56%42.75%-
HSV(B)245.38º83.42%73.33%-
XYZ10.545.1347.45-
YUV52.97203.64122.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.11%
GREEN value IS 31 (12.5% from 255) = 11.79%
BLUE value IS 187 (73.44% from 255) = 71.10%
R=17.11%
G=11.79%
B=71.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal45311870.760.8300.27245.3871.5642.75
Hex2D1FBB4C5301Bf5482b
Octal553727311412303336511053
Binary101101111111011101110011001010011011011111101011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,31,187); }

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

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

 a { background-color: rgb(45,31,187); }

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

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

 span { border-color: rgb(45,31,187); }

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