Html Css Color HEX #2F31BF Persian Blue

📋 copy color: '#2F31BF'

red 47 ◦ green 49 ◦ blue 191

#2F31BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2F31BF

Tints of Persian Blue #2F31BF

RGB

 RED value IS 47 (18.75% from 255) = 16.38%

 GREEN value IS 49 (19.53% from 255) = 17.07%

 BLUE value IS 191 (75% from 255) = 66.55%

R = 16.38%
G = 17.07%
B = 66.55%

CMYK

 C value IS 0.75

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F31BF (or 0x2F31BF) is known color: Persian Blue. HEX triplet: 2F, 31 and BF. RGB value is (47,49,191). Sum of RGB (Red+Green+Blue) = 47+49+191=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F31BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F31BF is #D0CE40. Grayscale: #404040. Windows color (decimal): -13684289 or 12529967. OLE color: 12529967.

HSL color Cylindrical-coordinate representation of color #2F31BF: hue angle of 239.17º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F31BF is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 49 191 -
CMYK 0.75 0.74 0 0.25
HSL 239.17º 0.61% 0.47% -
HSV(B) 239.17º 0.75% 0.75% -
XYZ 11.67 6.56 49.94 -
YUV 64.59 199.34 115.45 -
System Red Green Blue C M Y K H S L
Decimal 47 49 191 0.75 0.74 0 0.25 239.17 0.61 0.47
Hex 2F 31 BF 4B 4A 0 19 EF 3D 2F
Octal 57 61 277 113 112 0 31 357 75 57
Binary 101111 110001 10111111 1001011 1001010 0 11001 11101111 111101 101111

Color Harmonies of #2F31BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F31BF

Black with #2F31BF

Text Example


Text Example

White with #2F31BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F31BF;
 }
 .AnyTagClassName
 {
   color: #2F31BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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