Html Css Color HEX #2841DC Persian Blue

📋 copy color: '#2841DC'

red 40 ◦ green 65 ◦ blue 220

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

Shades of Persian Blue #2841DC

Tints of Persian Blue #2841DC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20%

 BLUE value IS 220 (86.33% from 255) = 67.69%

R = 12.31%
G = 20%
B = 67.69%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2841DC (or 0x2841DC) is known color: Persian Blue. HEX triplet: 28, 41 and DC. RGB value is (40,65,220). Sum of RGB (Red+Green+Blue) = 40+65+220=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #2841DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2841DC is #D7BE23. Grayscale: #4A4A4A. Windows color (decimal): -14138916 or 14434600. OLE color: 14434600.

HSL color Cylindrical-coordinate representation of color #2841DC: hue angle of 231.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2841DC is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 65 220 -
CMYK 0.82 0.70 0 0.14
HSL 231.67º 0.72% 0.51% -
HSV(B) 231.67º 0.82% 0.86% -
XYZ 15.68 9.4 68.7 -
YUV 75.2 209.72 102.9 -
System Red Green Blue C M Y K H S L
Decimal 40 65 220 0.82 0.70 0 0.14 231.67 0.72 0.51
Hex 28 41 DC 52 46 0 E E8 48 33
Octal 50 101 334 122 106 0 16 350 110 63
Binary 101000 1000001 11011100 1010010 1000110 0 1110 11101000 1001000 110011

Color Harmonies of #2841DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2841DC

Black with #2841DC

Text Example


Text Example

White with #2841DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2841DC; }

 p { color: rgb(40,65,220); }

 H1.HeaderClassName
 {
   color: #2841DC;
 }
 .AnyTagClassName
 {
   color: #2841DC;
 }
</style>

background-color css

<style>
 a { background-color: #2841DC; }

 a { background-color: rgb(40,65,220); }

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

border-color css

<style>
 span { border-color: #2841DC; }

 span { border-color: rgb(40,65,220); }

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