Html Css Color HEX #280072 Persian Indigo

📋 copy color: '#280072'

red 40 ◦ green 0 ◦ blue 114

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

Shades of Persian Indigo #280072

Tints of Persian Indigo #280072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 74.03%

R = 25.97%
G = 0%
B = 74.03%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#280072 (or 0x280072) is known color: Persian Indigo. HEX triplet: 28, 00 and 72. RGB value is (40,0,114). Sum of RGB (Red+Green+Blue) = 40+0+114=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #280072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280072 is #D7FF8D. Grayscale: #181818. Windows color (decimal): -14155662 or 7471144. OLE color: 7471144.

HSL color Cylindrical-coordinate representation of color #280072: hue angle of 261.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280072 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 0 114 -
CMYK 0.65 1 0 0.55
HSL 261.05º 1% 0.22% -
HSV(B) 261.05º 1% 0.45% -
XYZ 3.91 1.67 16.03 -
YUV 24.96 178.25 138.73 -
System Red Green Blue C M Y K H S L
Decimal 40 0 114 0.65 1 0 0.55 261.05 1 0.22
Hex 28 0 72 41 64 0 37 105 64 16
Octal 50 0 162 101 144 0 67 405 144 26
Binary 101000 0 1110010 1000001 1100100 0 110111 100000101 1100100 10110

Color Harmonies of #280072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280072

Black with #280072

Text Example


Text Example

White with #280072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280072; }

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

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

background-color css

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

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

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

border-color css

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

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

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