Html Css Color HEX #2C19D1 Persian Blue

📋 copy color: '#2C19D1'

red 44 ◦ green 25 ◦ blue 209

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

Shades of Persian Blue #2C19D1

Tints of Persian Blue #2C19D1

RGB

 RED value IS 44 (17.58% from 255) = 15.83%

 GREEN value IS 25 (10.16% from 255) = 8.99%

 BLUE value IS 209 (82.03% from 255) = 75.18%

R = 15.83%
G = 8.99%
B = 75.18%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2C19D1 (or 0x2C19D1) is known color: Persian Blue. HEX triplet: 2C, 19 and D1. RGB value is (44,25,209). Sum of RGB (Red+Green+Blue) = 44+25+209=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 209 (82.03% from 255 or 75.18% from 278); Max value from RGB is 209 - color contains mainly: blue. Hex color #2C19D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C19D1 is #D3E62E. Grayscale: #323232. Windows color (decimal): -13887023 or 13703468. OLE color: 13703468.

HSL color Cylindrical-coordinate representation of color #2C19D1: hue angle of 246.2º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C19D1 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 44 25 209 -
CMYK 0.79 0.88 0 0.18
HSL 246.2º 0.79% 0.46% -
HSV(B) 246.2º 0.88% 0.82% -
XYZ 12.89 5.83 60.77 -
YUV 51.66 216.79 122.54 -
System Red Green Blue C M Y K H S L
Decimal 44 25 209 0.79 0.88 0 0.18 246.2 0.79 0.46
Hex 2C 19 D1 4F 58 0 12 F6 4F 2E
Octal 54 31 321 117 130 0 22 366 117 56
Binary 101100 11001 11010001 1001111 1011000 0 10010 11110110 1001111 101110

Color Harmonies of #2C19D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C19D1

Black with #2C19D1

Text Example


Text Example

White with #2C19D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,25,209); }

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

background-color css

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

 a { background-color: rgb(44,25,209); }

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

border-color css

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

 span { border-color: rgb(44,25,209); }

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