Html Css Color HEX #280782 Persian Indigo

📋 copy color: '#280782'

red 40 ◦ green 7 ◦ blue 130

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

Shades of Persian Indigo #280782

Tints of Persian Indigo #280782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 73.45%

R = 22.6%
G = 3.95%
B = 73.45%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#280782 (or 0x280782) is known color: Persian Indigo. HEX triplet: 28, 07 and 82. RGB value is (40,7,130). Sum of RGB (Red+Green+Blue) = 40+7+130=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 130 (51.17% from 255 or 73.45% from 177); Max value from RGB is 130 - color contains mainly: blue. Hex color #280782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280782 is #D7F87D. Grayscale: #1E1E1E. Windows color (decimal): -14153854 or 8521512. OLE color: 8521512.

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

Color convert

RGB 40 7 130 -
CMYK 0.69 0.95 0 0.49
HSL 256.1º 0.9% 0.27% -
HSV(B) 256.1º 0.95% 0.51% -
XYZ 4.98 2.21 21.28 -
YUV 30.89 183.93 134.5 -
System Red Green Blue C M Y K H S L
Decimal 40 7 130 0.69 0.95 0 0.49 256.1 0.9 0.27
Hex 28 7 82 45 5F 0 31 100 5A 1B
Octal 50 7 202 105 137 0 61 400 132 33
Binary 101000 111 10000010 1000101 1011111 0 110001 100000000 1011010 11011

Color Harmonies of #280782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280782

Black with #280782

Text Example


Text Example

White with #280782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280782; }

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

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

background-color css

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

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

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

border-color css

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

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

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