Html Css Color HEX #1F1DB4 Persian Blue

📋 copy color: '#1F1DB4'

red 31 ◦ green 29 ◦ blue 180

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

Shades of Persian Blue #1F1DB4

Tints of Persian Blue #1F1DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 75%

R = 12.92%
G = 12.08%
B = 75%

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

#1F1DB4 (or 0x1F1DB4) is known color: Persian Blue. HEX triplet: 1F, 1D and B4. RGB value is (31,29,180). Sum of RGB (Red+Green+Blue) = 31+29+180=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 180 (70.70% from 255 or 75% from 240); Max value from RGB is 180 - color contains mainly: blue. Hex color #1F1DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1DB4 is #E0E24B. Grayscale: #2E2E2E. Windows color (decimal): -14737996 or 11803935. OLE color: 11803935.

HSL color Cylindrical-coordinate representation of color #1F1DB4: 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 #1F1DB4 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 31 29 180 -
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.24 4.47 43.55 -
YUV 46.81 203.16 116.72 -
System Red Green Blue C M Y K H S L
Decimal 31 29 180 0.83 0.84 0 0.29 240.79 0.72 0.41
Hex 1F 1D B4 53 54 0 1D F1 48 29
Octal 37 35 264 123 124 0 35 361 110 51
Binary 11111 11101 10110100 1010011 1010100 0 11101 11110001 1001000 101001

Color Harmonies of #1F1DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1DB4

Black with #1F1DB4

Text Example


Text Example

White with #1F1DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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