Html Css Color HEX #280661 Persian Indigo

📋 copy color: '#280661'

red 40 ◦ green 6 ◦ blue 97

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

Shades of Persian Indigo #280661

Tints of Persian Indigo #280661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 67.83%

R = 27.97%
G = 4.2%
B = 67.83%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#280661 (or 0x280661) is known color: Persian Indigo. HEX triplet: 28, 06 and 61. RGB value is (40,6,97). Sum of RGB (Red+Green+Blue) = 40+6+97=143 (18% of max value = 765). Red value is 40 (16.02% from 255 or 27.97% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 97 (38.28% from 255 or 67.83% from 143); Max value from RGB is 97 - color contains mainly: blue. Hex color #280661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280661 is #D7F99E. Grayscale: #1A1A1A. Windows color (decimal): -14154143 or 6358568. OLE color: 6358568.

HSL color Cylindrical-coordinate representation of color #280661: hue angle of 262.42º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280661 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 6 97 -
CMYK 0.59 0.94 0 0.62
HSL 262.42º 0.88% 0.2% -
HSV(B) 262.42º 0.94% 0.38% -
XYZ 3.1 1.44 11.42 -
YUV 26.54 167.76 137.6 -
System Red Green Blue C M Y K H S L
Decimal 40 6 97 0.59 0.94 0 0.62 262.42 0.88 0.2
Hex 28 6 61 3B 5E 0 3E 106 58 14
Octal 50 6 141 73 136 0 76 406 130 24
Binary 101000 110 1100001 111011 1011110 0 111110 100000110 1011000 10100

Color Harmonies of #280661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280661

Black with #280661

Text Example


Text Example

White with #280661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280661; }

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

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

background-color css

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

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

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

border-color css

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

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

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