Html Css Color HEX #280084 Persian Indigo

📋 copy color: '#280084'

red 40 ◦ green 0 ◦ blue 132

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

Shades of Persian Indigo #280084

Tints of Persian Indigo #280084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.26%
G = 0%
B = 76.74%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#280084 (or 0x280084) is known color: Persian Indigo. HEX triplet: 28, 00 and 84. RGB value is (40,0,132). Sum of RGB (Red+Green+Blue) = 40+0+132=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 132 (51.95% from 255 or 76.74% from 172); Max value from RGB is 132 - color contains mainly: blue. Hex color #280084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280084 is #D7FF7B. Grayscale: #1A1A1A. Windows color (decimal): -14155644 or 8650792. OLE color: 8650792.

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

Color convert

RGB 40 0 132 -
CMYK 0.70 1 0 0.48
HSL 258.18º 1% 0.26% -
HSV(B) 258.18º 1% 0.52% -
XYZ 5.04 2.12 21.97 -
YUV 27.01 187.25 137.27 -
System Red Green Blue C M Y K H S L
Decimal 40 0 132 0.70 1 0 0.48 258.18 1 0.26
Hex 28 0 84 46 64 0 30 102 64 1A
Octal 50 0 204 106 144 0 60 402 144 32
Binary 101000 0 10000100 1000110 1100100 0 110000 100000010 1100100 11010

Color Harmonies of #280084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280084

Black with #280084

Text Example


Text Example

White with #280084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280084; }

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

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

background-color css

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

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

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

border-color css

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

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

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