Html Css Color HEX #1F22AF Persian Blue

📋 copy color: '#1F22AF'

red 31 ◦ green 34 ◦ blue 175

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

Shades of Persian Blue #1F22AF

Tints of Persian Blue #1F22AF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.17%

 BLUE value IS 175 (68.75% from 255) = 72.92%

R = 12.92%
G = 14.17%
B = 72.92%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1F22AF (or 0x1F22AF) is known color: Persian Blue. HEX triplet: 1F, 22 and AF. RGB value is (31,34,175). Sum of RGB (Red+Green+Blue) = 31+34+175=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 175 (68.75% from 255 or 72.92% from 240); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F22AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F22AF is #E0DD50. Grayscale: #303030. Windows color (decimal): -14736721 or 11477535. OLE color: 11477535.

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

Color convert

RGB 31 34 175 -
CMYK 0.82 0.81 0 0.31
HSL 238.75º 0.7% 0.4% -
HSV(B) 238.75º 0.82% 0.69% -
XYZ 8.87 4.53 40.96 -
YUV 49.18 199.01 115.04 -
System Red Green Blue C M Y K H S L
Decimal 31 34 175 0.82 0.81 0 0.31 238.75 0.7 0.4
Hex 1F 22 AF 52 51 0 1F EF 46 28
Octal 37 42 257 122 121 0 37 357 106 50
Binary 11111 100010 10101111 1010010 1010001 0 11111 11101111 1000110 101000

Color Harmonies of #1F22AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F22AF

Black with #1F22AF

Text Example


Text Example

White with #1F22AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,34,175); }

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

background-color css

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

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

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

border-color css

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

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

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