Html Css Color HEX #280182 Persian Indigo

📋 copy color: '#280182'

red 40 ◦ green 1 ◦ blue 130

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

Shades of Persian Indigo #280182

Tints of Persian Indigo #280182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 23.39%
G = 0.58%
B = 76.02%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#280182 (or 0x280182) is known color: Persian Indigo. HEX triplet: 28, 01 and 82. RGB value is (40,1,130). Sum of RGB (Red+Green+Blue) = 40+1+130=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 130 (51.17% from 255 or 76.02% from 171); Max value from RGB is 130 - color contains mainly: blue. Hex color #280182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280182 is #D7FE7D. Grayscale: #1A1A1A. Windows color (decimal): -14155390 or 8519976. OLE color: 8519976.

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

Color convert

RGB 40 1 130 -
CMYK 0.69 0.99 0 0.49
HSL 258.14º 0.98% 0.26% -
HSV(B) 258.14º 0.99% 0.51% -
XYZ 4.92 2.08 21.26 -
YUV 27.37 185.92 137.01 -
System Red Green Blue C M Y K H S L
Decimal 40 1 130 0.69 0.99 0 0.49 258.14 0.98 0.26
Hex 28 1 82 45 63 0 31 102 62 1A
Octal 50 1 202 105 143 0 61 402 142 32
Binary 101000 1 10000010 1000101 1100011 0 110001 100000010 1100010 11010

Color Harmonies of #280182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280182

Black with #280182

Text Example


Text Example

White with #280182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280182; }

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

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

background-color css

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

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

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

border-color css

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

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

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