Html Css Color HEX #280482 Persian Indigo

📋 copy color: '#280482'

red 40 ◦ green 4 ◦ blue 130

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

Shades of Persian Indigo #280482

Tints of Persian Indigo #280482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.3%

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

R = 22.99%
G = 2.3%
B = 74.71%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#280482 (or 0x280482) is known color: Persian Indigo. HEX triplet: 28, 04 and 82. RGB value is (40,4,130). Sum of RGB (Red+Green+Blue) = 40+4+130=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 130 (51.17% from 255 or 74.71% from 174); Max value from RGB is 130 - color contains mainly: blue. Hex color #280482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280482 is #D7FB7D. Grayscale: #1C1C1C. Windows color (decimal): -14154622 or 8520744. OLE color: 8520744.

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

Color convert

RGB 40 4 130 -
CMYK 0.69 0.97 0 0.49
HSL 257.14º 0.94% 0.26% -
HSV(B) 257.14º 0.97% 0.51% -
XYZ 4.95 2.15 21.27 -
YUV 29.13 184.93 135.75 -
System Red Green Blue C M Y K H S L
Decimal 40 4 130 0.69 0.97 0 0.49 257.14 0.94 0.26
Hex 28 4 82 45 61 0 31 101 5E 1A
Octal 50 4 202 105 141 0 61 401 136 32
Binary 101000 100 10000010 1000101 1100001 0 110001 100000001 1011110 11010

Color Harmonies of #280482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280482

Black with #280482

Text Example


Text Example

White with #280482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280482; }

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

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

background-color css

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

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

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

border-color css

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

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

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