Html Css Color HEX #280869 Persian Indigo

📋 copy color: '#280869'

red 40 ◦ green 8 ◦ blue 105

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

Shades of Persian Indigo #280869

Tints of Persian Indigo #280869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.23%

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

R = 26.14%
G = 5.23%
B = 68.63%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#280869 (or 0x280869) is known color: Persian Indigo. HEX triplet: 28, 08 and 69. RGB value is (40,8,105). Sum of RGB (Red+Green+Blue) = 40+8+105=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 105 (41.41% from 255 or 68.63% from 153); Max value from RGB is 105 - color contains mainly: blue. Hex color #280869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280869 is #D7F796. Grayscale: #1C1C1C. Windows color (decimal): -14153623 or 6883368. OLE color: 6883368.

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

Color convert

RGB 40 8 105 -
CMYK 0.62 0.92 0 0.59
HSL 259.79º 0.86% 0.22% -
HSV(B) 259.79º 0.92% 0.41% -
XYZ 3.51 1.64 13.5 -
YUV 28.63 171.1 136.11 -
System Red Green Blue C M Y K H S L
Decimal 40 8 105 0.62 0.92 0 0.59 259.79 0.86 0.22
Hex 28 8 69 3E 5C 0 3B 104 56 16
Octal 50 10 151 76 134 0 73 404 126 26
Binary 101000 1000 1101001 111110 1011100 0 111011 100000100 1010110 10110

Color Harmonies of #280869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280869

Black with #280869

Text Example


Text Example

White with #280869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280869; }

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

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

background-color css

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

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

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

border-color css

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

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

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