Html Css Color HEX #201CB4 Persian Blue

📋 copy color: '#201CB4'

red 32 ◦ green 28 ◦ blue 180

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

Shades of Persian Blue #201CB4

Tints of Persian Blue #201CB4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.67%

 BLUE value IS 180 (70.7% from 255) = 75%

R = 13.33%
G = 11.67%
B = 75%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#201CB4 (or 0x201CB4) is known color: Persian Blue. HEX triplet: 20, 1C and B4. RGB value is (32,28,180). Sum of RGB (Red+Green+Blue) = 32+28+180=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 180 (70.70% from 255 or 75% from 240); Max value from RGB is 180 - color contains mainly: blue. Hex color #201CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201CB4 is #DFE34B. Grayscale: #2D2D2D. Windows color (decimal): -14672716 or 11803680. OLE color: 11803680.

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

Color convert

RGB 32 28 180 -
CMYK 0.82 0.84 0 0.29
HSL 241.58º 0.73% 0.41% -
HSV(B) 241.58º 0.84% 0.71% -
XYZ 9.25 4.43 43.55 -
YUV 46.52 203.33 117.64 -
System Red Green Blue C M Y K H S L
Decimal 32 28 180 0.82 0.84 0 0.29 241.58 0.73 0.41
Hex 20 1C B4 52 54 0 1D F2 49 29
Octal 40 34 264 122 124 0 35 362 111 51
Binary 100000 11100 10110100 1010010 1010100 0 11101 11110010 1001001 101001

Color Harmonies of #201CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201CB4

Black with #201CB4

Text Example


Text Example

White with #201CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,28,180); }

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

background-color css

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

 a { background-color: rgb(32,28,180); }

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

border-color css

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

 span { border-color: rgb(32,28,180); }

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