Html Css Color HEX #201FAF Persian Blue

📋 copy color: '#201FAF'

red 32 ◦ green 31 ◦ blue 175

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

Shades of Persian Blue #201FAF

Tints of Persian Blue #201FAF

RGB

 RED value IS 32 (12.89% from 255) = 13.45%

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

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

R = 13.45%
G = 13.03%
B = 73.53%

CMYK

 C value IS 0.82

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#201FAF (or 0x201FAF) is known color: Persian Blue. HEX triplet: 20, 1F and AF. RGB value is (32,31,175). Sum of RGB (Red+Green+Blue) = 32+31+175=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 175 (68.75% from 255 or 73.53% from 238); Max value from RGB is 175 - color contains mainly: blue. Hex color #201FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201FAF is #DFE050. Grayscale: #2F2F2F. Windows color (decimal): -14671953 or 11476768. OLE color: 11476768.

HSL color Cylindrical-coordinate representation of color #201FAF: hue angle of 240.42º 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 #201FAF is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 31 175 -
CMYK 0.82 0.82 0 0.31
HSL 240.42º 0.7% 0.4% -
HSV(B) 240.42º 0.82% 0.69% -
XYZ 8.82 4.38 40.94 -
YUV 47.72 199.83 116.79 -
System Red Green Blue C M Y K H S L
Decimal 32 31 175 0.82 0.82 0 0.31 240.42 0.7 0.4
Hex 20 1F AF 52 52 0 1F F0 46 28
Octal 40 37 257 122 122 0 37 360 106 50
Binary 100000 11111 10101111 1010010 1010010 0 11111 11110000 1000110 101000

Color Harmonies of #201FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201FAF

Black with #201FAF

Text Example


Text Example

White with #201FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201FAF; }

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

 H1.HeaderClassName
 {
   color: #201FAF;
 }
 .AnyTagClassName
 {
   color: #201FAF;
 }
</style>

background-color css

<style>
 a { background-color: #201FAF; }

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

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

border-color css

<style>
 span { border-color: #201FAF; }

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

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