Html Css Color HEX #281289 Persian Indigo

📋 copy color: '#281289'

red 40 ◦ green 18 ◦ blue 137

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

Shades of Persian Indigo #281289

Tints of Persian Indigo #281289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 70.26%

R = 20.51%
G = 9.23%
B = 70.26%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#281289 (or 0x281289) is known color: Persian Indigo. HEX triplet: 28, 12 and 89. RGB value is (40,18,137). Sum of RGB (Red+Green+Blue) = 40+18+137=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 137 (53.91% from 255 or 70.26% from 195); Max value from RGB is 137 - color contains mainly: blue. Hex color #281289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281289 is #D7ED76. Grayscale: #252525. Windows color (decimal): -14151031 or 8983080. OLE color: 8983080.

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

Color convert

RGB 40 18 137 -
CMYK 0.71 0.87 0 0.46
HSL 251.09º 0.77% 0.3% -
HSV(B) 251.09º 0.87% 0.54% -
XYZ 5.61 2.69 23.89 -
YUV 38.14 183.79 129.32 -
System Red Green Blue C M Y K H S L
Decimal 40 18 137 0.71 0.87 0 0.46 251.09 0.77 0.3
Hex 28 12 89 47 57 0 2E FB 4D 1E
Octal 50 22 211 107 127 0 56 373 115 36
Binary 101000 10010 10001001 1000111 1010111 0 101110 11111011 1001101 11110

Color Harmonies of #281289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281289

Black with #281289

Text Example


Text Example

White with #281289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281289; }

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

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

background-color css

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

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

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

border-color css

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

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

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