Html Css Color HEX #280968 Persian Indigo

📋 copy color: '#280968'

red 40 ◦ green 9 ◦ blue 104

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

Shades of Persian Indigo #280968

Tints of Persian Indigo #280968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.88%

 BLUE value IS 104 (41.02% from 255) = 67.97%

R = 26.14%
G = 5.88%
B = 67.97%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#280968 (or 0x280968) is known color: Persian Indigo. HEX triplet: 28, 09 and 68. RGB value is (40,9,104). Sum of RGB (Red+Green+Blue) = 40+9+104=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 104 (41.02% from 255 or 67.97% from 153); Max value from RGB is 104 - color contains mainly: blue. Hex color #280968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280968 is #D7F697. Grayscale: #1C1C1C. Windows color (decimal): -14153368 or 6818088. OLE color: 6818088.

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

Color convert

RGB 40 9 104 -
CMYK 0.62 0.91 0 0.59
HSL 259.58º 0.84% 0.22% -
HSV(B) 259.58º 0.91% 0.41% -
XYZ 3.47 1.65 13.23 -
YUV 29.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 40 9 104 0.62 0.91 0 0.59 259.58 0.84 0.22
Hex 28 9 68 3E 5B 0 3B 104 54 16
Octal 50 11 150 76 133 0 73 404 124 26
Binary 101000 1001 1101000 111110 1011011 0 111011 100000100 1010100 10110

Color Harmonies of #280968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280968

Black with #280968

Text Example


Text Example

White with #280968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280968; }

 p { color: rgb(40,9,104); }

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

background-color css

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

 a { background-color: rgb(40,9,104); }

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

border-color css

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

 span { border-color: rgb(40,9,104); }

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