Html Css Color HEX #2819CD Persian Blue

📋 copy color: '#2819CD'

red 40 ◦ green 25 ◦ blue 205

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

Shades of Persian Blue #2819CD

Tints of Persian Blue #2819CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 75.93%

R = 14.81%
G = 9.26%
B = 75.93%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2819CD (or 0x2819CD) is known color: Persian Blue. HEX triplet: 28, 19 and CD. RGB value is (40,25,205). Sum of RGB (Red+Green+Blue) = 40+25+205=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 205 (80.47% from 255 or 75.93% from 270); Max value from RGB is 205 - color contains mainly: blue. Hex color #2819CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2819CD is #D7E632. Grayscale: #313131. Windows color (decimal): -14149171 or 13441320. OLE color: 13441320.

HSL color Cylindrical-coordinate representation of color #2819CD: hue angle of 245º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2819CD is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 25 205 -
CMYK 0.80 0.88 0 0.20
HSL 245º 0.78% 0.45% -
HSV(B) 245º 0.88% 0.8% -
XYZ 12.24 5.55 58.18 -
YUV 50.01 215.47 120.86 -
System Red Green Blue C M Y K H S L
Decimal 40 25 205 0.80 0.88 0 0.20 245 0.78 0.45
Hex 28 19 CD 50 58 0 14 F5 4E 2D
Octal 50 31 315 120 130 0 24 365 116 55
Binary 101000 11001 11001101 1010000 1011000 0 10100 11110101 1001110 101101

Color Harmonies of #2819CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2819CD

Black with #2819CD

Text Example


Text Example

White with #2819CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2819CD; }

 p { color: rgb(40,25,205); }

 H1.HeaderClassName
 {
   color: #2819CD;
 }
 .AnyTagClassName
 {
   color: #2819CD;
 }
</style>

background-color css

<style>
 a { background-color: #2819CD; }

 a { background-color: rgb(40,25,205); }

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

border-color css

<style>
 span { border-color: #2819CD; }

 span { border-color: rgb(40,25,205); }

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