Html Css Color HEX #280582 Persian Indigo

📋 copy color: '#280582'

red 40 ◦ green 5 ◦ blue 130

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

Shades of Persian Indigo #280582

Tints of Persian Indigo #280582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

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

R = 22.86%
G = 2.86%
B = 74.29%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#280582 (or 0x280582) is known color: Persian Indigo. HEX triplet: 28, 05 and 82. RGB value is (40,5,130). Sum of RGB (Red+Green+Blue) = 40+5+130=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 130 (51.17% from 255 or 74.29% from 175); Max value from RGB is 130 - color contains mainly: blue. Hex color #280582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280582 is #D7FA7D. Grayscale: #1D1D1D. Windows color (decimal): -14154366 or 8521000. OLE color: 8521000.

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

Color convert

RGB 40 5 130 -
CMYK 0.69 0.96 0 0.49
HSL 256.8º 0.93% 0.26% -
HSV(B) 256.8º 0.96% 0.51% -
XYZ 4.96 2.17 21.28 -
YUV 29.72 184.6 135.34 -
System Red Green Blue C M Y K H S L
Decimal 40 5 130 0.69 0.96 0 0.49 256.8 0.93 0.26
Hex 28 5 82 45 60 0 31 101 5D 1A
Octal 50 5 202 105 140 0 61 401 135 32
Binary 101000 101 10000010 1000101 1100000 0 110001 100000001 1011101 11010

Color Harmonies of #280582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280582

Black with #280582

Text Example


Text Example

White with #280582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280582; }

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

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

background-color css

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

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

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

border-color css

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

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

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