Html Css Color HEX #281584 Persian Indigo

📋 copy color: '#281584'

red 40 ◦ green 21 ◦ blue 132

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

Shades of Persian Indigo #281584

Tints of Persian Indigo #281584

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.88%

 BLUE value IS 132 (51.95% from 255) = 68.39%

R = 20.73%
G = 10.88%
B = 68.39%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#281584 (or 0x281584) is known color: Persian Indigo. HEX triplet: 28, 15 and 84. RGB value is (40,21,132). Sum of RGB (Red+Green+Blue) = 40+21+132=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 132 (51.95% from 255 or 68.39% from 193); Max value from RGB is 132 - color contains mainly: blue. Hex color #281584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281584 is #D7EA7B. Grayscale: #262626. Windows color (decimal): -14150268 or 8656168. OLE color: 8656168.

HSL color Cylindrical-coordinate representation of color #281584: hue angle of 250.27º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281584 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 21 132 -
CMYK 0.70 0.84 0 0.48
HSL 250.27º 0.73% 0.3% -
HSV(B) 250.27º 0.84% 0.52% -
XYZ 5.31 2.65 22.06 -
YUV 39.34 180.29 128.47 -
System Red Green Blue C M Y K H S L
Decimal 40 21 132 0.70 0.84 0 0.48 250.27 0.73 0.3
Hex 28 15 84 46 54 0 30 FA 49 1E
Octal 50 25 204 106 124 0 60 372 111 36
Binary 101000 10101 10000100 1000110 1010100 0 110000 11111010 1001001 11110

Color Harmonies of #281584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281584

Black with #281584

Text Example


Text Example

White with #281584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281584; }

 p { color: rgb(40,21,132); }

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

background-color css

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

 a { background-color: rgb(40,21,132); }

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

border-color css

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

 span { border-color: rgb(40,21,132); }

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