Html Css Color HEX #280681 Persian Indigo

📋 copy color: '#280681'

red 40 ◦ green 6 ◦ blue 129

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

Shades of Persian Indigo #280681

Tints of Persian Indigo #280681

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.43%

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

R = 22.86%
G = 3.43%
B = 73.71%

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

#280681 (or 0x280681) is known color: Persian Indigo. HEX triplet: 28, 06 and 81. RGB value is (40,6,129). Sum of RGB (Red+Green+Blue) = 40+6+129=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 129 (50.78% from 255 or 73.71% from 175); Max value from RGB is 129 - color contains mainly: blue. Hex color #280681 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280681 is #D7F97E. Grayscale: #1D1D1D. Windows color (decimal): -14154111 or 8455720. OLE color: 8455720.

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

Color convert

RGB 40 6 129 -
CMYK 0.69 0.95 0 0.49
HSL 256.59º 0.91% 0.26% -
HSV(B) 256.59º 0.95% 0.51% -
XYZ 4.9 2.17 20.93 -
YUV 30.19 183.76 135 -
System Red Green Blue C M Y K H S L
Decimal 40 6 129 0.69 0.95 0 0.49 256.59 0.91 0.26
Hex 28 6 81 45 5F 0 31 101 5B 1A
Octal 50 6 201 105 137 0 61 401 133 32
Binary 101000 110 10000001 1000101 1011111 0 110001 100000001 1011011 11010

Color Harmonies of #280681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280681

Black with #280681

Text Example


Text Example

White with #280681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280681; }

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

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

background-color css

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

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

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

border-color css

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

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

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