Html Css Color HEX #280766 Persian Indigo

📋 copy color: '#280766'

red 40 ◦ green 7 ◦ blue 102

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

Shades of Persian Indigo #280766

Tints of Persian Indigo #280766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 68.46%

R = 26.85%
G = 4.7%
B = 68.46%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#280766 (or 0x280766) is known color: Persian Indigo. HEX triplet: 28, 07 and 66. RGB value is (40,7,102). Sum of RGB (Red+Green+Blue) = 40+7+102=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 102 (40.23% from 255 or 68.46% from 149); Max value from RGB is 102 - color contains mainly: blue. Hex color #280766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280766 is #D7F899. Grayscale: #1B1B1B. Windows color (decimal): -14153882 or 6686504. OLE color: 6686504.

HSL color Cylindrical-coordinate representation of color #280766: hue angle of 260.84º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280766 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 40 7 102 -
CMYK 0.61 0.93 0 0.6
HSL 260.84º 0.87% 0.21% -
HSV(B) 260.84º 0.93% 0.4% -
XYZ 3.35 1.56 12.7 -
YUV 27.7 169.93 136.78 -
System Red Green Blue C M Y K H S L
Decimal 40 7 102 0.61 0.93 0 0.6 260.84 0.87 0.21
Hex 28 7 66 3D 5D 0 3C 105 57 15
Octal 50 7 146 75 135 0 74 405 127 25
Binary 101000 111 1100110 111101 1011101 0 111100 100000101 1010111 10101

Color Harmonies of #280766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280766

Black with #280766

Text Example


Text Example

White with #280766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280766; }

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

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

background-color css

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

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

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

border-color css

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

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

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