Html Css Color HEX #201DC1 Persian Blue

📋 copy color: '#201DC1'

red 32 ◦ green 29 ◦ blue 193

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

Shades of Persian Blue #201DC1

Tints of Persian Blue #201DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 75.98%

R = 12.6%
G = 11.42%
B = 75.98%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#201DC1 (or 0x201DC1) is known color: Persian Blue. HEX triplet: 20, 1D and C1. RGB value is (32,29,193). Sum of RGB (Red+Green+Blue) = 32+29+193=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 193 (75.78% from 255 or 75.98% from 254); Max value from RGB is 193 - color contains mainly: blue. Hex color #201DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201DC1 is #DFE23E. Grayscale: #2F2F2F. Windows color (decimal): -14672447 or 12655904. OLE color: 12655904.

HSL color Cylindrical-coordinate representation of color #201DC1: hue angle of 241.1º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201DC1 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 29 193 -
CMYK 0.83 0.85 0 0.24
HSL 241.1º 0.74% 0.44% -
HSV(B) 241.1º 0.85% 0.76% -
XYZ 10.66 5.04 50.86 -
YUV 48.59 209.49 116.16 -
System Red Green Blue C M Y K H S L
Decimal 32 29 193 0.83 0.85 0 0.24 241.1 0.74 0.44
Hex 20 1D C1 53 55 0 18 F1 4A 2C
Octal 40 35 301 123 125 0 30 361 112 54
Binary 100000 11101 11000001 1010011 1010101 0 11000 11110001 1001010 101100

Color Harmonies of #201DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201DC1

Black with #201DC1

Text Example


Text Example

White with #201DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,29,193); }

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

background-color css

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

 a { background-color: rgb(32,29,193); }

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

border-color css

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

 span { border-color: rgb(32,29,193); }

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