Html Css Color HEX #281588 Persian Indigo

📋 copy color: '#281588'

red 40 ◦ green 21 ◦ blue 136

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

Shades of Persian Indigo #281588

Tints of Persian Indigo #281588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 69.04%

R = 20.3%
G = 10.66%
B = 69.04%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#281588 (or 0x281588) is known color: Persian Indigo. HEX triplet: 28, 15 and 88. RGB value is (40,21,136). Sum of RGB (Red+Green+Blue) = 40+21+136=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 136 (53.52% from 255 or 69.04% from 197); Max value from RGB is 136 - color contains mainly: blue. Hex color #281588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281588 is #D7EA77. Grayscale: #272727. Windows color (decimal): -14150264 or 8918312. OLE color: 8918312.

HSL color Cylindrical-coordinate representation of color #281588: hue angle of 249.91º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281588 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 21 136 -
CMYK 0.71 0.85 0 0.47
HSL 249.91º 0.73% 0.31% -
HSV(B) 249.91º 0.85% 0.53% -
XYZ 5.59 2.77 23.53 -
YUV 39.79 182.29 128.15 -
System Red Green Blue C M Y K H S L
Decimal 40 21 136 0.71 0.85 0 0.47 249.91 0.73 0.31
Hex 28 15 88 47 55 0 2F FA 49 1F
Octal 50 25 210 107 125 0 57 372 111 37
Binary 101000 10101 10001000 1000111 1010101 0 101111 11111010 1001001 11111

Color Harmonies of #281588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281588

Black with #281588

Text Example


Text Example

White with #281588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281588; }

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

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

background-color css

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

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

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

border-color css

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

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

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