#201BB6

Color #201BB6 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #201BB6

Tints of Persian Blue #201BB6

Color information

#201BB6 (or 0x201BB6) is unknown color: approx Persian Blue. HEX triplet: 20, 1B and B6. RGB value is (32,27,182). Sum of RGB (Red+Green+Blue) = 32+27+182=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 182 (71.48% from 255 or 75.52% from 241); Max value from RGB is 182 - color contains mainly: blue. Hex color #201BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BB6 is #DFE449. Grayscale: #2D2D2D. Windows color (decimal): -14672970 or 11934496. OLE color: 11934496.

HSL color Cylindrical-coordinate representation of color #201BB6: hue angle of 241.94º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201BB6 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3227182-
CMYK0.820.8500.29
HSL241.94º74.16%40.98%-
HSV(B)241.94º85.16%71.37%-
XYZ9.434.4744.62-
YUV46.16204.66117.9-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.28%
GREEN value IS 27 (10.94% from 255) = 11.20%
BLUE value IS 182 (71.48% from 255) = 75.52%
R=13.28%
G=11.20%
B=75.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32271820.820.8500.29241.9474.1640.98
Hex201BB6525501Df24a29
Octal403326612212503536211251
Binary100000110111011011010100101010101011101111100101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #201BB6;
 }
 .AnyTagClassName
 {
   color: #201BB6;
 }
</style>
background-color css

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

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

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

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

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

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