Html Css Color HEX #2D20C1 Persian Blue

📋 copy color: '#2D20C1'

red 45 ◦ green 32 ◦ blue 193

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

Shades of Persian Blue #2D20C1

Tints of Persian Blue #2D20C1

RGB

 RED value IS 45 (17.97% from 255) = 16.67%

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

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

R = 16.67%
G = 11.85%
B = 71.48%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2D20C1 (or 0x2D20C1) is known color: Persian Blue. HEX triplet: 2D, 20 and C1. RGB value is (45,32,193). Sum of RGB (Red+Green+Blue) = 45+32+193=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 193 (75.78% from 255 or 71.48% from 270); Max value from RGB is 193 - color contains mainly: blue. Hex color #2D20C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D20C1 is #D2DF3E. Grayscale: #353535. Windows color (decimal): -13819711 or 12656685. OLE color: 12656685.

HSL color Cylindrical-coordinate representation of color #2D20C1: hue angle of 244.84º 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 #2D20C1 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 32 193 -
CMYK 0.77 0.83 0 0.24
HSL 244.84º 0.72% 0.44% -
HSV(B) 244.84º 0.83% 0.76% -
XYZ 11.22 5.44 50.91 -
YUV 54.24 206.31 121.41 -
System Red Green Blue C M Y K H S L
Decimal 45 32 193 0.77 0.83 0 0.24 244.84 0.72 0.44
Hex 2D 20 C1 4D 53 0 18 F5 48 2C
Octal 55 40 301 115 123 0 30 365 110 54
Binary 101101 100000 11000001 1001101 1010011 0 11000 11110101 1001000 101100

Color Harmonies of #2D20C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D20C1

Black with #2D20C1

Text Example


Text Example

White with #2D20C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D20C1; }

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

 H1.HeaderClassName
 {
   color: #2D20C1;
 }
 .AnyTagClassName
 {
   color: #2D20C1;
 }
</style>

background-color css

<style>
 a { background-color: #2D20C1; }

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

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

border-color css

<style>
 span { border-color: #2D20C1; }

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

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