Html Css Color HEX #281D87 Persian Indigo

📋 copy color: '#281D87'

red 40 ◦ green 29 ◦ blue 135

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

Shades of Persian Indigo #281D87

Tints of Persian Indigo #281D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 66.18%

R = 19.61%
G = 14.22%
B = 66.18%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#281D87 (or 0x281D87) is known color: Persian Indigo. HEX triplet: 28, 1D and 87. RGB value is (40,29,135). Sum of RGB (Red+Green+Blue) = 40+29+135=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #281D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281D87 is #D7E278. Grayscale: #2B2B2B. Windows color (decimal): -14148217 or 8854824. OLE color: 8854824.

HSL color Cylindrical-coordinate representation of color #281D87: hue angle of 246.23º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #281D87 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 29 135 -
CMYK 0.70 0.79 0 0.47
HSL 246.23º 0.65% 0.32% -
HSV(B) 246.23º 0.79% 0.53% -
XYZ 5.69 3.08 23.22 -
YUV 44.37 179.14 124.88 -
System Red Green Blue C M Y K H S L
Decimal 40 29 135 0.70 0.79 0 0.47 246.23 0.65 0.32
Hex 28 1D 87 46 4F 0 2F F6 41 20
Octal 50 35 207 106 117 0 57 366 101 40
Binary 101000 11101 10000111 1000110 1001111 0 101111 11110110 1000001 100000

Color Harmonies of #281D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281D87

Black with #281D87

Text Example


Text Example

White with #281D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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