Html Css Color HEX #280F84 Persian Indigo

📋 copy color: '#280F84'

red 40 ◦ green 15 ◦ blue 132

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

Shades of Persian Indigo #280F84

Tints of Persian Indigo #280F84

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.02%

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

R = 21.39%
G = 8.02%
B = 70.59%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#280F84 (or 0x280F84) is known color: Persian Indigo. HEX triplet: 28, 0F and 84. RGB value is (40,15,132). Sum of RGB (Red+Green+Blue) = 40+15+132=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 132 (51.95% from 255 or 70.59% from 187); Max value from RGB is 132 - color contains mainly: blue. Hex color #280F84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280F84 is #D7F07B. Grayscale: #232323. Windows color (decimal): -14151804 or 8654632. OLE color: 8654632.

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

Color convert

RGB 40 15 132 -
CMYK 0.70 0.89 0 0.48
HSL 252.82º 0.8% 0.29% -
HSV(B) 252.82º 0.89% 0.52% -
XYZ 5.21 2.46 22.03 -
YUV 35.81 182.28 130.99 -
System Red Green Blue C M Y K H S L
Decimal 40 15 132 0.70 0.89 0 0.48 252.82 0.8 0.29
Hex 28 F 84 46 59 0 30 FD 50 1D
Octal 50 17 204 106 131 0 60 375 120 35
Binary 101000 1111 10000100 1000110 1011001 0 110000 11111101 1010000 11101

Color Harmonies of #280F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F84

Black with #280F84

Text Example


Text Example

White with #280F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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