Html Css Color HEX #201ECC Persian Blue

📋 copy color: '#201ECC'

red 32 ◦ green 30 ◦ blue 204

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

Shades of Persian Blue #201ECC

Tints of Persian Blue #201ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.28%

 BLUE value IS 204 (80.08% from 255) = 76.69%

R = 12.03%
G = 11.28%
B = 76.69%

CMYK

 C value IS 0.84

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#201ECC (or 0x201ECC) is known color: Persian Blue. HEX triplet: 20, 1E and CC. RGB value is (32,30,204). Sum of RGB (Red+Green+Blue) = 32+30+204=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 204 (80.08% from 255 or 76.69% from 266); Max value from RGB is 204 - color contains mainly: blue. Hex color #201ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201ECC is #DFE133. Grayscale: #313131. Windows color (decimal): -14672180 or 13377056. OLE color: 13377056.

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

Color convert

RGB 32 30 204 -
CMYK 0.84 0.85 0 0.2
HSL 240.69º 0.74% 0.46% -
HSV(B) 240.69º 0.85% 0.8% -
XYZ 11.96 5.6 57.58 -
YUV 50.43 214.66 114.85 -
System Red Green Blue C M Y K H S L
Decimal 32 30 204 0.84 0.85 0 0.2 240.69 0.74 0.46
Hex 20 1E CC 54 55 0 14 F1 4A 2E
Octal 40 36 314 124 125 0 24 361 112 56
Binary 100000 11110 11001100 1010100 1010101 0 10100 11110001 1001010 101110

Color Harmonies of #201ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201ECC

Black with #201ECC

Text Example


Text Example

White with #201ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,30,204); }

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

background-color css

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

 a { background-color: rgb(32,30,204); }

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

border-color css

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

 span { border-color: rgb(32,30,204); }

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