Html Css Color HEX #201CC2 Persian Blue

📋 copy color: '#201CC2'

red 32 ◦ green 28 ◦ blue 194

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

Shades of Persian Blue #201CC2

Tints of Persian Blue #201CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 76.38%

R = 12.6%
G = 11.02%
B = 76.38%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#201CC2 (or 0x201CC2) is known color: Persian Blue. HEX triplet: 20, 1C and C2. RGB value is (32,28,194). Sum of RGB (Red+Green+Blue) = 32+28+194=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 194 (76.17% from 255 or 76.38% from 254); Max value from RGB is 194 - color contains mainly: blue. Hex color #201CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201CC2 is #DFE33D. Grayscale: #2F2F2F. Windows color (decimal): -14672702 or 12721184. OLE color: 12721184.

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

Color convert

RGB 32 28 194 -
CMYK 0.84 0.86 0 0.24
HSL 241.45º 0.75% 0.44% -
HSV(B) 241.45º 0.86% 0.76% -
XYZ 10.75 5.03 51.44 -
YUV 48.12 210.33 116.5 -
System Red Green Blue C M Y K H S L
Decimal 32 28 194 0.84 0.86 0 0.24 241.45 0.75 0.44
Hex 20 1C C2 54 56 0 18 F1 4B 2C
Octal 40 34 302 124 126 0 30 361 113 54
Binary 100000 11100 11000010 1010100 1010110 0 11000 11110001 1001011 101100

Color Harmonies of #201CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201CC2

Black with #201CC2

Text Example


Text Example

White with #201CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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