Html Css Color HEX #280784 Persian Indigo

📋 copy color: '#280784'

red 40 ◦ green 7 ◦ blue 132

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

Shades of Persian Indigo #280784

Tints of Persian Indigo #280784

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.91%

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

R = 22.35%
G = 3.91%
B = 73.74%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#280784 (or 0x280784) is known color: Persian Indigo. HEX triplet: 28, 07 and 84. RGB value is (40,7,132). Sum of RGB (Red+Green+Blue) = 40+7+132=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 132 (51.95% from 255 or 73.74% from 179); Max value from RGB is 132 - color contains mainly: blue. Hex color #280784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280784 is #D7F87B. Grayscale: #1E1E1E. Windows color (decimal): -14153852 or 8652584. OLE color: 8652584.

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

Color convert

RGB 40 7 132 -
CMYK 0.70 0.95 0 0.48
HSL 255.84º 0.9% 0.27% -
HSV(B) 255.84º 0.95% 0.52% -
XYZ 5.12 2.27 22 -
YUV 31.12 184.93 134.34 -
System Red Green Blue C M Y K H S L
Decimal 40 7 132 0.70 0.95 0 0.48 255.84 0.9 0.27
Hex 28 7 84 46 5F 0 30 100 5A 1B
Octal 50 7 204 106 137 0 60 400 132 33
Binary 101000 111 10000100 1000110 1011111 0 110000 100000000 1011010 11011

Color Harmonies of #280784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280784

Black with #280784

Text Example


Text Example

White with #280784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280784; }

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

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

background-color css

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

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

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

border-color css

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

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

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