Html Css Color HEX #1F31D0 Persian Blue

📋 copy color: '#1F31D0'

red 31 ◦ green 49 ◦ blue 208

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

Shades of Persian Blue #1F31D0

Tints of Persian Blue #1F31D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 72.22%

R = 10.76%
G = 17.01%
B = 72.22%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1F31D0 (or 0x1F31D0) is known color: Persian Blue. HEX triplet: 1F, 31 and D0. RGB value is (31,49,208). Sum of RGB (Red+Green+Blue) = 31+49+208=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 208 (81.64% from 255 or 72.22% from 288); Max value from RGB is 208 - color contains mainly: blue. Hex color #1F31D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F31D0 is #E0CE2F. Grayscale: #3D3D3D. Windows color (decimal): -14732848 or 13644063. OLE color: 13644063.

HSL color Cylindrical-coordinate representation of color #1F31D0: hue angle of 233.9º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F31D0 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 49 208 -
CMYK 0.85 0.76 0 0.18
HSL 233.9º 0.74% 0.47% -
HSV(B) 233.9º 0.85% 0.82% -
XYZ 13.05 7.04 60.35 -
YUV 61.74 210.54 106.07 -
System Red Green Blue C M Y K H S L
Decimal 31 49 208 0.85 0.76 0 0.18 233.9 0.74 0.47
Hex 1F 31 D0 55 4C 0 12 EA 4A 2F
Octal 37 61 320 125 114 0 22 352 112 57
Binary 11111 110001 11010000 1010101 1001100 0 10010 11101010 1001010 101111

Color Harmonies of #1F31D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F31D0

Black with #1F31D0

Text Example


Text Example

White with #1F31D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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