Html Css Color HEX #1F31BE Persian Blue

📋 copy color: '#1F31BE'

red 31 ◦ green 49 ◦ blue 190

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

Shades of Persian Blue #1F31BE

Tints of Persian Blue #1F31BE

RGB

 RED value IS 31 (12.5% from 255) = 11.48%

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

 BLUE value IS 190 (74.61% from 255) = 70.37%

R = 11.48%
G = 18.15%
B = 70.37%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F31BE (or 0x1F31BE) is known color: Persian Blue. HEX triplet: 1F, 31 and BE. RGB value is (31,49,190). Sum of RGB (Red+Green+Blue) = 31+49+190=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F31BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F31BE is #E0CE41. Grayscale: #3B3B3B. Windows color (decimal): -14732866 or 12464415. OLE color: 12464415.

HSL color Cylindrical-coordinate representation of color #1F31BE: hue angle of 233.21º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F31BE is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 49 190 -
CMYK 0.84 0.74 0 0.25
HSL 233.21º 0.72% 0.43% -
HSV(B) 233.21º 0.84% 0.75% -
XYZ 10.96 6.21 49.34 -
YUV 59.69 201.54 107.54 -
System Red Green Blue C M Y K H S L
Decimal 31 49 190 0.84 0.74 0 0.25 233.21 0.72 0.43
Hex 1F 31 BE 54 4A 0 19 E9 48 2B
Octal 37 61 276 124 112 0 31 351 110 53
Binary 11111 110001 10111110 1010100 1001010 0 11001 11101001 1001000 101011

Color Harmonies of #1F31BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F31BE

Black with #1F31BE

Text Example


Text Example

White with #1F31BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F31BE; }

 p { color: rgb(31,49,190); }

 H1.HeaderClassName
 {
   color: #1F31BE;
 }
 .AnyTagClassName
 {
   color: #1F31BE;
 }
</style>

background-color css

<style>
 a { background-color: #1F31BE; }

 a { background-color: rgb(31,49,190); }

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

border-color css

<style>
 span { border-color: #1F31BE; }

 span { border-color: rgb(31,49,190); }

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