Html Css Color HEX #280289 Persian Indigo

📋 copy color: '#280289'

red 40 ◦ green 2 ◦ blue 137

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

Shades of Persian Indigo #280289

Tints of Persian Indigo #280289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

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

R = 22.35%
G = 1.12%
B = 76.54%

CMYK

 C value IS 0.71

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#280289 (or 0x280289) is known color: Persian Indigo. HEX triplet: 28, 02 and 89. RGB value is (40,2,137). Sum of RGB (Red+Green+Blue) = 40+2+137=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 137 (53.91% from 255 or 76.54% from 179); Max value from RGB is 137 - color contains mainly: blue. Hex color #280289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280289 is #D7FD76. Grayscale: #1C1C1C. Windows color (decimal): -14155127 or 8978984. OLE color: 8978984.

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

Color convert

RGB 40 2 137 -
CMYK 0.71 0.99 0 0.46
HSL 256.89º 0.97% 0.27% -
HSV(B) 256.89º 0.99% 0.54% -
XYZ 5.41 2.3 23.83 -
YUV 28.75 189.09 136.02 -
System Red Green Blue C M Y K H S L
Decimal 40 2 137 0.71 0.99 0 0.46 256.89 0.97 0.27
Hex 28 2 89 47 63 0 2E 101 61 1B
Octal 50 2 211 107 143 0 56 401 141 33
Binary 101000 10 10001001 1000111 1100011 0 101110 100000001 1100001 11011

Color Harmonies of #280289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280289

Black with #280289

Text Example


Text Example

White with #280289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280289; }

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

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

background-color css

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

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

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

border-color css

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

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

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