Html Css Color HEX #280B68 Persian Indigo

📋 copy color: '#280B68'

red 40 ◦ green 11 ◦ blue 104

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

Shades of Persian Indigo #280B68

Tints of Persian Indigo #280B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.1%

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

R = 25.81%
G = 7.1%
B = 67.1%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#280B68 (or 0x280B68) is known color: Persian Indigo. HEX triplet: 28, 0B and 68. RGB value is (40,11,104). Sum of RGB (Red+Green+Blue) = 40+11+104=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #280B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280B68 is #D7F497. Grayscale: #1D1D1D. Windows color (decimal): -14152856 or 6818600. OLE color: 6818600.

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

Color convert

RGB 40 11 104 -
CMYK 0.62 0.89 0 0.59
HSL 258.71º 0.81% 0.23% -
HSV(B) 258.71º 0.89% 0.41% -
XYZ 3.49 1.69 13.24 -
YUV 30.27 169.61 134.94 -
System Red Green Blue C M Y K H S L
Decimal 40 11 104 0.62 0.89 0 0.59 258.71 0.81 0.23
Hex 28 B 68 3E 59 0 3B 103 51 17
Octal 50 13 150 76 131 0 73 403 121 27
Binary 101000 1011 1101000 111110 1011001 0 111011 100000011 1010001 10111

Color Harmonies of #280B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B68

Black with #280B68

Text Example


Text Example

White with #280B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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