Html Css Color HEX #201DCD Persian Blue

📋 copy color: '#201DCD'

red 32 ◦ green 29 ◦ blue 205

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

Shades of Persian Blue #201DCD

Tints of Persian Blue #201DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 77.07%

R = 12.03%
G = 10.9%
B = 77.07%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#201DCD (or 0x201DCD) is known color: Persian Blue. HEX triplet: 20, 1D and CD. RGB value is (32,29,205). Sum of RGB (Red+Green+Blue) = 32+29+205=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 205 (80.47% from 255 or 77.07% from 266); Max value from RGB is 205 - color contains mainly: blue. Hex color #201DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201DCD is #DFE232. Grayscale: #313131. Windows color (decimal): -14672435 or 13442336. OLE color: 13442336.

HSL color Cylindrical-coordinate representation of color #201DCD: hue angle of 241.02º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201DCD is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 29 205 -
CMYK 0.84 0.86 0 0.20
HSL 241.02º 0.75% 0.46% -
HSV(B) 241.02º 0.86% 0.8% -
XYZ 12.05 5.59 58.2 -
YUV 49.96 215.49 115.19 -
System Red Green Blue C M Y K H S L
Decimal 32 29 205 0.84 0.86 0 0.20 241.02 0.75 0.46
Hex 20 1D CD 54 56 0 14 F1 4B 2E
Octal 40 35 315 124 126 0 24 361 113 56
Binary 100000 11101 11001101 1010100 1010110 0 10100 11110001 1001011 101110

Color Harmonies of #201DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201DCD

Black with #201DCD

Text Example


Text Example

White with #201DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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