Html Css Color HEX #280374 Persian Indigo

📋 copy color: '#280374'

red 40 ◦ green 3 ◦ blue 116

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

Shades of Persian Indigo #280374

Tints of Persian Indigo #280374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.89%

 BLUE value IS 116 (45.7% from 255) = 72.96%

R = 25.16%
G = 1.89%
B = 72.96%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#280374 (or 0x280374) is known color: Persian Indigo. HEX triplet: 28, 03 and 74. RGB value is (40,3,116). Sum of RGB (Red+Green+Blue) = 40+3+116=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 116 (45.70% from 255 or 72.96% from 159); Max value from RGB is 116 - color contains mainly: blue. Hex color #280374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280374 is #D7FC8B. Grayscale: #1A1A1A. Windows color (decimal): -14154892 or 7602984. OLE color: 7602984.

HSL color Cylindrical-coordinate representation of color #280374: hue angle of 259.65º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #280374 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 3 116 -
CMYK 0.66 0.97 0 0.55
HSL 259.65º 0.95% 0.23% -
HSV(B) 259.65º 0.97% 0.45% -
XYZ 4.06 1.78 16.65 -
YUV 26.95 178.26 137.31 -
System Red Green Blue C M Y K H S L
Decimal 40 3 116 0.66 0.97 0 0.55 259.65 0.95 0.23
Hex 28 3 74 42 61 0 37 104 5F 17
Octal 50 3 164 102 141 0 67 404 137 27
Binary 101000 11 1110100 1000010 1100001 0 110111 100000100 1011111 10111

Color Harmonies of #280374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280374

Black with #280374

Text Example


Text Example

White with #280374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280374; }

 p { color: rgb(40,3,116); }

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

background-color css

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

 a { background-color: rgb(40,3,116); }

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

border-color css

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

 span { border-color: rgb(40,3,116); }

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