Html Css Color HEX #201CCC Persian Blue

📋 copy color: '#201CCC'

red 32 ◦ green 28 ◦ blue 204

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

Shades of Persian Blue #201CCC

Tints of Persian Blue #201CCC

RGB

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

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

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

R = 12.12%
G = 10.61%
B = 77.27%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#201CCC (or 0x201CCC) is known color: Persian Blue. HEX triplet: 20, 1C and CC. RGB value is (32,28,204). Sum of RGB (Red+Green+Blue) = 32+28+204=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 204 (80.08% from 255 or 77.27% from 264); Max value from RGB is 204 - color contains mainly: blue. Hex color #201CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201CCC is #DFE333. Grayscale: #303030. Windows color (decimal): -14672692 or 13376544. OLE color: 13376544.

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

Color convert

RGB 32 28 204 -
CMYK 0.84 0.86 0 0.2
HSL 241.36º 0.76% 0.45% -
HSV(B) 241.36º 0.86% 0.8% -
XYZ 11.91 5.5 57.56 -
YUV 49.26 215.33 115.69 -
System Red Green Blue C M Y K H S L
Decimal 32 28 204 0.84 0.86 0 0.2 241.36 0.76 0.45
Hex 20 1C CC 54 56 0 14 F1 4C 2D
Octal 40 34 314 124 126 0 24 361 114 55
Binary 100000 11100 11001100 1010100 1010110 0 10100 11110001 1001100 101101

Color Harmonies of #201CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201CCC

Black with #201CCC

Text Example


Text Example

White with #201CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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