Html Css Color HEX #1F1DB5 Persian Blue

📋 copy color: '#1F1DB5'

red 31 ◦ green 29 ◦ blue 181

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

Shades of Persian Blue #1F1DB5

Tints of Persian Blue #1F1DB5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.03%

 BLUE value IS 181 (71.09% from 255) = 75.1%

R = 12.86%
G = 12.03%
B = 75.1%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1F1DB5 (or 0x1F1DB5) is known color: Persian Blue. HEX triplet: 1F, 1D and B5. RGB value is (31,29,181). Sum of RGB (Red+Green+Blue) = 31+29+181=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 181 (71.09% from 255 or 75.10% from 241); Max value from RGB is 181 - color contains mainly: blue. Hex color #1F1DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1DB5 is #E0E24A. Grayscale: #2E2E2E. Windows color (decimal): -14737995 or 11869471. OLE color: 11869471.

HSL color Cylindrical-coordinate representation of color #1F1DB5: hue angle of 240.79º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F1DB5 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 31 29 181 -
CMYK 0.83 0.84 0 0.29
HSL 240.79º 0.72% 0.41% -
HSV(B) 240.79º 0.84% 0.71% -
XYZ 9.34 4.51 44.09 -
YUV 46.93 203.66 116.64 -
System Red Green Blue C M Y K H S L
Decimal 31 29 181 0.83 0.84 0 0.29 240.79 0.72 0.41
Hex 1F 1D B5 53 54 0 1D F1 48 29
Octal 37 35 265 123 124 0 35 361 110 51
Binary 11111 11101 10110101 1010011 1010100 0 11101 11110001 1001000 101001

Color Harmonies of #1F1DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1DB5

Black with #1F1DB5

Text Example


Text Example

White with #1F1DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,29,181); }

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

background-color css

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

 a { background-color: rgb(31,29,181); }

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

border-color css

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

 span { border-color: rgb(31,29,181); }

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