Html Css Color HEX #1F1FAE Persian Blue

📋 copy color: '#1F1FAE'

red 31 ◦ green 31 ◦ blue 174

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

Shades of Persian Blue #1F1FAE

Tints of Persian Blue #1F1FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.14%

 BLUE value IS 174 (68.36% from 255) = 73.73%

R = 13.14%
G = 13.14%
B = 73.73%

CMYK

 C value IS 0.82

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F1FAE (or 0x1F1FAE) is known color: Persian Blue. HEX triplet: 1F, 1F and AE. RGB value is (31,31,174). Sum of RGB (Red+Green+Blue) = 31+31+174=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F1FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1FAE is #E0E051. Grayscale: #2E2E2E. Windows color (decimal): -14737490 or 11411231. OLE color: 11411231.

HSL color Cylindrical-coordinate representation of color #1F1FAE: hue angle of 240º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F1FAE is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 31 174 -
CMYK 0.82 0.82 0 0.32
HSL 240º 0.7% 0.4% -
HSV(B) 240º 0.82% 0.68% -
XYZ 8.7 4.33 40.42 -
YUV 47.3 199.5 116.37 -
System Red Green Blue C M Y K H S L
Decimal 31 31 174 0.82 0.82 0 0.32 240 0.7 0.4
Hex 1F 1F AE 52 52 0 20 F0 46 28
Octal 37 37 256 122 122 0 40 360 106 50
Binary 11111 11111 10101110 1010010 1010010 0 100000 11110000 1000110 101000

Color Harmonies of #1F1FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1FAE

Black with #1F1FAE

Text Example


Text Example

White with #1F1FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,31,174); }

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

background-color css

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

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

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

border-color css

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

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

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