Html Css Color HEX #281288 Persian Indigo

📋 copy color: '#281288'

red 40 ◦ green 18 ◦ blue 136

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

Shades of Persian Indigo #281288

Tints of Persian Indigo #281288

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.28%

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

R = 20.62%
G = 9.28%
B = 70.1%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#281288 (or 0x281288) is known color: Persian Indigo. HEX triplet: 28, 12 and 88. RGB value is (40,18,136). Sum of RGB (Red+Green+Blue) = 40+18+136=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 136 (53.52% from 255 or 70.10% from 194); Max value from RGB is 136 - color contains mainly: blue. Hex color #281288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281288 is #D7ED77. Grayscale: #252525. Windows color (decimal): -14151032 or 8917544. OLE color: 8917544.

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

Color convert

RGB 40 18 136 -
CMYK 0.71 0.87 0 0.47
HSL 251.19º 0.77% 0.3% -
HSV(B) 251.19º 0.87% 0.53% -
XYZ 5.54 2.66 23.51 -
YUV 38.03 183.29 129.41 -
System Red Green Blue C M Y K H S L
Decimal 40 18 136 0.71 0.87 0 0.47 251.19 0.77 0.3
Hex 28 12 88 47 57 0 2F FB 4D 1E
Octal 50 22 210 107 127 0 57 373 115 36
Binary 101000 10010 10001000 1000111 1010111 0 101111 11111011 1001101 11110

Color Harmonies of #281288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281288

Black with #281288

Text Example


Text Example

White with #281288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281288; }

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

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

background-color css

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

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

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

border-color css

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

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

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