Html Css Color HEX #2820C1 Persian Blue

📋 copy color: '#2820C1'

red 40 ◦ green 32 ◦ blue 193

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

Shades of Persian Blue #2820C1

Tints of Persian Blue #2820C1

RGB

 RED value IS 40 (16.02% from 255) = 15.09%

 GREEN value IS 32 (12.89% from 255) = 12.08%

 BLUE value IS 193 (75.78% from 255) = 72.83%

R = 15.09%
G = 12.08%
B = 72.83%

CMYK

 C value IS 0.79

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2820C1 (or 0x2820C1) is known color: Persian Blue. HEX triplet: 28, 20 and C1. RGB value is (40,32,193). Sum of RGB (Red+Green+Blue) = 40+32+193=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 193 (75.78% from 255 or 72.83% from 265); Max value from RGB is 193 - color contains mainly: blue. Hex color #2820C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2820C1 is #D7DF3E. Grayscale: #343434. Windows color (decimal): -14147391 or 12656680. OLE color: 12656680.

HSL color Cylindrical-coordinate representation of color #2820C1: hue angle of 242.98º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2820C1 is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 32 193 -
CMYK 0.79 0.83 0 0.24
HSL 242.98º 0.72% 0.44% -
HSV(B) 242.98º 0.83% 0.76% -
XYZ 11.02 5.33 50.9 -
YUV 52.75 207.15 118.91 -
System Red Green Blue C M Y K H S L
Decimal 40 32 193 0.79 0.83 0 0.24 242.98 0.72 0.44
Hex 28 20 C1 4F 53 0 18 F3 48 2C
Octal 50 40 301 117 123 0 30 363 110 54
Binary 101000 100000 11000001 1001111 1010011 0 11000 11110011 1001000 101100

Color Harmonies of #2820C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2820C1

Black with #2820C1

Text Example


Text Example

White with #2820C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2820C1; }

 p { color: rgb(40,32,193); }

 H1.HeaderClassName
 {
   color: #2820C1;
 }
 .AnyTagClassName
 {
   color: #2820C1;
 }
</style>

background-color css

<style>
 a { background-color: #2820C1; }

 a { background-color: rgb(40,32,193); }

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

border-color css

<style>
 span { border-color: #2820C1; }

 span { border-color: rgb(40,32,193); }

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