Html Css Color HEX #280669 Persian Indigo

📋 copy color: '#280669'

red 40 ◦ green 6 ◦ blue 105

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

Shades of Persian Indigo #280669

Tints of Persian Indigo #280669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 69.54%

R = 26.49%
G = 3.97%
B = 69.54%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#280669 (or 0x280669) is known color: Persian Indigo. HEX triplet: 28, 06 and 69. RGB value is (40,6,105). Sum of RGB (Red+Green+Blue) = 40+6+105=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 105 (41.41% from 255 or 69.54% from 151); Max value from RGB is 105 - color contains mainly: blue. Hex color #280669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280669 is #D7F996. Grayscale: #1B1B1B. Windows color (decimal): -14154135 or 6882856. OLE color: 6882856.

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

Color convert

RGB 40 6 105 -
CMYK 0.62 0.94 0 0.59
HSL 260.61º 0.89% 0.22% -
HSV(B) 260.61º 0.94% 0.41% -
XYZ 3.49 1.6 13.49 -
YUV 27.45 171.76 136.95 -
System Red Green Blue C M Y K H S L
Decimal 40 6 105 0.62 0.94 0 0.59 260.61 0.89 0.22
Hex 28 6 69 3E 5E 0 3B 105 59 16
Octal 50 6 151 76 136 0 73 405 131 26
Binary 101000 110 1101001 111110 1011110 0 111011 100000101 1011001 10110

Color Harmonies of #280669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280669

Black with #280669

Text Example


Text Example

White with #280669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280669; }

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

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

background-color css

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

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

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

border-color css

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

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

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