Html Css Color HEX #280974 Persian Indigo

📋 copy color: '#280974'

red 40 ◦ green 9 ◦ blue 116

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

Shades of Persian Indigo #280974

Tints of Persian Indigo #280974

RGB

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

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

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

R = 24.24%
G = 5.45%
B = 70.3%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#280974 (or 0x280974) is known color: Persian Indigo. HEX triplet: 28, 09 and 74. RGB value is (40,9,116). Sum of RGB (Red+Green+Blue) = 40+9+116=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 116 (45.70% from 255 or 70.30% from 165); Max value from RGB is 116 - color contains mainly: blue. Hex color #280974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280974 is #D7F68B. Grayscale: #1E1E1E. Windows color (decimal): -14153356 or 7604520. OLE color: 7604520.

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

Color convert

RGB 40 9 116 -
CMYK 0.66 0.92 0 0.55
HSL 257.38º 0.86% 0.25% -
HSV(B) 257.38º 0.92% 0.45% -
XYZ 4.13 1.91 16.67 -
YUV 30.47 176.27 134.8 -
System Red Green Blue C M Y K H S L
Decimal 40 9 116 0.66 0.92 0 0.55 257.38 0.86 0.25
Hex 28 9 74 42 5C 0 37 101 56 19
Octal 50 11 164 102 134 0 67 401 126 31
Binary 101000 1001 1110100 1000010 1011100 0 110111 100000001 1010110 11001

Color Harmonies of #280974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280974

Black with #280974

Text Example


Text Example

White with #280974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280974; }

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

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

background-color css

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

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

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

border-color css

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

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

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