Html Css Color HEX #280468 Persian Indigo

📋 copy color: '#280468'

red 40 ◦ green 4 ◦ blue 104

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

Shades of Persian Indigo #280468

Tints of Persian Indigo #280468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.7%

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

R = 27.03%
G = 2.7%
B = 70.27%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#280468 (or 0x280468) is known color: Persian Indigo. HEX triplet: 28, 04 and 68. RGB value is (40,4,104). Sum of RGB (Red+Green+Blue) = 40+4+104=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 104 (41.02% from 255 or 70.27% from 148); Max value from RGB is 104 - color contains mainly: blue. Hex color #280468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280468 is #D7FB97. Grayscale: #191919. Windows color (decimal): -14154648 or 6816808. OLE color: 6816808.

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

Color convert

RGB 40 4 104 -
CMYK 0.62 0.96 0 0.59
HSL 261.6º 0.93% 0.21% -
HSV(B) 261.6º 0.96% 0.41% -
XYZ 3.42 1.54 13.21 -
YUV 26.16 171.93 137.87 -
System Red Green Blue C M Y K H S L
Decimal 40 4 104 0.62 0.96 0 0.59 261.6 0.93 0.21
Hex 28 4 68 3E 60 0 3B 106 5D 15
Octal 50 4 150 76 140 0 73 406 135 25
Binary 101000 100 1101000 111110 1100000 0 111011 100000110 1011101 10101

Color Harmonies of #280468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280468

Black with #280468

Text Example


Text Example

White with #280468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280468; }

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

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

background-color css

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

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

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

border-color css

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

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

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