Html Css Color HEX #2841DD Persian Blue

📋 copy color: '#2841DD'

red 40 ◦ green 65 ◦ blue 221

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

Shades of Persian Blue #2841DD

Tints of Persian Blue #2841DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 67.79%

R = 12.27%
G = 19.94%
B = 67.79%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2841DD (or 0x2841DD) is known color: Persian Blue. HEX triplet: 28, 41 and DD. RGB value is (40,65,221). Sum of RGB (Red+Green+Blue) = 40+65+221=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #2841DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2841DD is #D7BE22. Grayscale: #4A4A4A. Windows color (decimal): -14138915 or 14500136. OLE color: 14500136.

HSL color Cylindrical-coordinate representation of color #2841DD: hue angle of 231.71º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2841DD is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 65 221 -
CMYK 0.82 0.71 0 0.13
HSL 231.71º 0.73% 0.51% -
HSV(B) 231.71º 0.82% 0.87% -
XYZ 15.82 9.45 69.4 -
YUV 75.31 210.22 102.82 -
System Red Green Blue C M Y K H S L
Decimal 40 65 221 0.82 0.71 0 0.13 231.71 0.73 0.51
Hex 28 41 DD 52 47 0 D E8 49 33
Octal 50 101 335 122 107 0 15 350 111 63
Binary 101000 1000001 11011101 1010010 1000111 0 1101 11101000 1001001 110011

Color Harmonies of #2841DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2841DD

Black with #2841DD

Text Example


Text Example

White with #2841DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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