#2f31b5

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

Shades of Persian Blue #2F31B5

Tints of Persian Blue #2F31B5

Color information

#2F31B5 (or 0x2F31B5) is unknown color: approx Persian Blue. HEX triplet: 2F, 31 and B5. RGB value is (47,49,181). Sum of RGB (Red+Green+Blue) = 47+49+181=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 181 (71.09% from 255 or 65.34% from 277); Max value from RGB is 181 - color contains mainly: blue. Hex color #2F31B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F31B5 is #D0CE4A. Grayscale: #3E3E3E. Windows color (decimal): -13684299 or 11874607. OLE color: 11874607.

HSL color Cylindrical-coordinate representation of color #2F31B5: hue angle of 239.1º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F31B5 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4749181-
CMYK0.740.7300.29
HSL239.1º58.77%44.71%-
HSV(B)239.1º74.03%70.98%-
XYZ10.616.1444.34-
YUV63.45194.34116.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.97%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 181 (71.09% from 255) = 65.34%
R=16.97%
G=17.69%
B=65.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal47491810.740.7300.29239.158.7744.71
Hex2F31B54A4901Def3b2d
Octal57612651121110353577355
Binary101111110001101101011001010100100101110111101111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f31b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,49,181); }

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

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

 a { background-color: rgb(47,49,181); }

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

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

 span { border-color: rgb(47,49,181); }

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