Html Css Color HEX #280686 Persian Indigo

📋 copy color: '#280686'

red 40 ◦ green 6 ◦ blue 134

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

Shades of Persian Indigo #280686

Tints of Persian Indigo #280686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.33%

 BLUE value IS 134 (52.73% from 255) = 74.44%

R = 22.22%
G = 3.33%
B = 74.44%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#280686 (or 0x280686) is known color: Persian Indigo. HEX triplet: 28, 06 and 86. RGB value is (40,6,134). Sum of RGB (Red+Green+Blue) = 40+6+134=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 134 (52.73% from 255 or 74.44% from 180); Max value from RGB is 134 - color contains mainly: blue. Hex color #280686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280686 is #D7F979. Grayscale: #1E1E1E. Windows color (decimal): -14154106 or 8783400. OLE color: 8783400.

HSL color Cylindrical-coordinate representation of color #280686: hue angle of 255.94º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280686 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 6 134 -
CMYK 0.70 0.96 0 0.47
HSL 255.94º 0.91% 0.27% -
HSV(B) 255.94º 0.96% 0.53% -
XYZ 5.24 2.3 22.72 -
YUV 30.76 186.26 134.59 -
System Red Green Blue C M Y K H S L
Decimal 40 6 134 0.70 0.96 0 0.47 255.94 0.91 0.27
Hex 28 6 86 46 60 0 2F 100 5B 1B
Octal 50 6 206 106 140 0 57 400 133 33
Binary 101000 110 10000110 1000110 1100000 0 101111 100000000 1011011 11011

Color Harmonies of #280686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280686

Black with #280686

Text Example


Text Example

White with #280686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280686; }

 p { color: rgb(40,6,134); }

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

background-color css

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

 a { background-color: rgb(40,6,134); }

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

border-color css

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

 span { border-color: rgb(40,6,134); }

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