Html Css Color HEX #280781 Persian Indigo

📋 copy color: '#280781'

red 40 ◦ green 7 ◦ blue 129

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

Shades of Persian Indigo #280781

Tints of Persian Indigo #280781

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.98%

 BLUE value IS 129 (50.78% from 255) = 73.3%

R = 22.73%
G = 3.98%
B = 73.3%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#280781 (or 0x280781) is known color: Persian Indigo. HEX triplet: 28, 07 and 81. RGB value is (40,7,129). Sum of RGB (Red+Green+Blue) = 40+7+129=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 129 (50.78% from 255 or 73.30% from 176); Max value from RGB is 129 - color contains mainly: blue. Hex color #280781 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280781 is #D7F87E. Grayscale: #1E1E1E. Windows color (decimal): -14153855 or 8455976. OLE color: 8455976.

HSL color Cylindrical-coordinate representation of color #280781: hue angle of 256.23º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280781 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 7 129 -
CMYK 0.69 0.95 0 0.49
HSL 256.23º 0.9% 0.27% -
HSV(B) 256.23º 0.95% 0.51% -
XYZ 4.91 2.19 20.93 -
YUV 30.78 183.43 134.58 -
System Red Green Blue C M Y K H S L
Decimal 40 7 129 0.69 0.95 0 0.49 256.23 0.9 0.27
Hex 28 7 81 45 5F 0 31 100 5A 1B
Octal 50 7 201 105 137 0 61 400 132 33
Binary 101000 111 10000001 1000101 1011111 0 110001 100000000 1011010 11011

Color Harmonies of #280781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280781

Black with #280781

Text Example


Text Example

White with #280781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280781; }

 p { color: rgb(40,7,129); }

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

background-color css

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

 a { background-color: rgb(40,7,129); }

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

border-color css

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

 span { border-color: rgb(40,7,129); }

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