Html Css Color HEX #201BD0 Persian Blue

📋 copy color: '#201BD0'

red 32 ◦ green 27 ◦ blue 208

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

Shades of Persian Blue #201BD0

Tints of Persian Blue #201BD0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.11%

 BLUE value IS 208 (81.64% from 255) = 77.9%

R = 11.99%
G = 10.11%
B = 77.9%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#201BD0 (or 0x201BD0) is known color: Persian Blue. HEX triplet: 20, 1B and D0. RGB value is (32,27,208). Sum of RGB (Red+Green+Blue) = 32+27+208=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 208 (81.64% from 255 or 77.90% from 267); Max value from RGB is 208 - color contains mainly: blue. Hex color #201BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BD0 is #DFE42F. Grayscale: #303030. Windows color (decimal): -14672944 or 13638432. OLE color: 13638432.

HSL color Cylindrical-coordinate representation of color #201BD0: hue angle of 241.66º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201BD0 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 27 208 -
CMYK 0.85 0.87 0 0.18
HSL 241.66º 0.77% 0.46% -
HSV(B) 241.66º 0.87% 0.82% -
XYZ 12.37 5.65 60.11 -
YUV 49.13 217.66 115.78 -
System Red Green Blue C M Y K H S L
Decimal 32 27 208 0.85 0.87 0 0.18 241.66 0.77 0.46
Hex 20 1B D0 55 57 0 12 F2 4D 2E
Octal 40 33 320 125 127 0 22 362 115 56
Binary 100000 11011 11010000 1010101 1010111 0 10010 11110010 1001101 101110

Color Harmonies of #201BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201BD0

Black with #201BD0

Text Example


Text Example

White with #201BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,27,208); }

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

background-color css

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

 a { background-color: rgb(32,27,208); }

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

border-color css

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

 span { border-color: rgb(32,27,208); }

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