Html Css Color HEX #280068 Persian Indigo

📋 copy color: '#280068'

red 40 ◦ green 0 ◦ blue 104

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

Shades of Persian Indigo #280068

Tints of Persian Indigo #280068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 27.78%
G = 0%
B = 72.22%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#280068 (or 0x280068) is known color: Persian Indigo. HEX triplet: 28, 00 and 68. RGB value is (40,0,104). Sum of RGB (Red+Green+Blue) = 40+0+104=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 104 (41.02% from 255 or 72.22% from 144); Max value from RGB is 104 - color contains mainly: blue. Hex color #280068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280068 is #D7FF97. Grayscale: #171717. Windows color (decimal): -14155672 or 6815784. OLE color: 6815784.

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

Color convert

RGB 40 0 104 -
CMYK 0.62 1 0 0.59
HSL 263.08º 1% 0.2% -
HSV(B) 263.08º 1% 0.41% -
XYZ 3.37 1.45 13.2 -
YUV 23.82 173.25 139.54 -
System Red Green Blue C M Y K H S L
Decimal 40 0 104 0.62 1 0 0.59 263.08 1 0.2
Hex 28 0 68 3E 64 0 3B 107 64 14
Octal 50 0 150 76 144 0 73 407 144 24
Binary 101000 0 1101000 111110 1100100 0 111011 100000111 1100100 10100

Color Harmonies of #280068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280068

Black with #280068

Text Example


Text Example

White with #280068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280068; }

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

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

background-color css

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

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

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

border-color css

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

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

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