Html Css Color HEX #281DDD Persian Blue

📋 copy color: '#281DDD'

red 40 ◦ green 29 ◦ blue 221

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

Shades of Persian Blue #281DDD

Tints of Persian Blue #281DDD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10%

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

R = 13.79%
G = 10%
B = 76.21%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#281DDD (or 0x281DDD) is known color: Persian Blue. HEX triplet: 28, 1D and DD. RGB value is (40,29,221). Sum of RGB (Red+Green+Blue) = 40+29+221=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #281DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281DDD is #D7E222. Grayscale: #353535. Windows color (decimal): -14148131 or 14490920. OLE color: 14490920.

HSL color Cylindrical-coordinate representation of color #281DDD: hue angle of 243.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #281DDD is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 29 221 -
CMYK 0.82 0.87 0 0.13
HSL 243.44º 0.77% 0.49% -
HSV(B) 243.44º 0.87% 0.87% -
XYZ 14.37 6.55 68.91 -
YUV 54.18 222.14 117.89 -
System Red Green Blue C M Y K H S L
Decimal 40 29 221 0.82 0.87 0 0.13 243.44 0.77 0.49
Hex 28 1D DD 52 57 0 D F3 4D 31
Octal 50 35 335 122 127 0 15 363 115 61
Binary 101000 11101 11011101 1010010 1010111 0 1101 11110011 1001101 110001

Color Harmonies of #281DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281DDD

Black with #281DDD

Text Example


Text Example

White with #281DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281DDD; }

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

 H1.HeaderClassName
 {
   color: #281DDD;
 }
 .AnyTagClassName
 {
   color: #281DDD;
 }
</style>

background-color css

<style>
 a { background-color: #281DDD; }

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

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

border-color css

<style>
 span { border-color: #281DDD; }

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

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