Html Css Color HEX #280266 Persian Indigo

📋 copy color: '#280266'

red 40 ◦ green 2 ◦ blue 102

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

Shades of Persian Indigo #280266

Tints of Persian Indigo #280266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.39%

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

R = 27.78%
G = 1.39%
B = 70.83%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#280266 (or 0x280266) is known color: Persian Indigo. HEX triplet: 28, 02 and 66. RGB value is (40,2,102). Sum of RGB (Red+Green+Blue) = 40+2+102=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #280266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280266 is #D7FD99. Grayscale: #181818. Windows color (decimal): -14155162 or 6685224. OLE color: 6685224.

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

Color convert

RGB 40 2 102 -
CMYK 0.61 0.98 0 0.6
HSL 262.8º 0.96% 0.2% -
HSV(B) 262.8º 0.98% 0.4% -
XYZ 3.3 1.45 12.68 -
YUV 24.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 40 2 102 0.61 0.98 0 0.6 262.8 0.96 0.2
Hex 28 2 66 3D 62 0 3C 107 60 14
Octal 50 2 146 75 142 0 74 407 140 24
Binary 101000 10 1100110 111101 1100010 0 111100 100000111 1100000 10100

Color Harmonies of #280266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280266

Black with #280266

Text Example


Text Example

White with #280266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280266; }

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

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

background-color css

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

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

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

border-color css

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

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

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