Html Css Color HEX #280765 Persian Indigo

📋 copy color: '#280765'

red 40 ◦ green 7 ◦ blue 101

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

Shades of Persian Indigo #280765

Tints of Persian Indigo #280765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 68.24%

R = 27.03%
G = 4.73%
B = 68.24%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#280765 (or 0x280765) is known color: Persian Indigo. HEX triplet: 28, 07 and 65. RGB value is (40,7,101). Sum of RGB (Red+Green+Blue) = 40+7+101=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 101 (39.84% from 255 or 68.24% from 148); Max value from RGB is 101 - color contains mainly: blue. Hex color #280765 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280765 is #D7F89A. Grayscale: #1B1B1B. Windows color (decimal): -14153883 or 6620968. OLE color: 6620968.

HSL color Cylindrical-coordinate representation of color #280765: hue angle of 261.06º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280765 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 40 7 101 -
CMYK 0.60 0.93 0 0.60
HSL 261.06º 0.87% 0.21% -
HSV(B) 261.06º 0.93% 0.4% -
XYZ 3.3 1.54 12.44 -
YUV 27.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 40 7 101 0.60 0.93 0 0.60 261.06 0.87 0.21
Hex 28 7 65 3C 5D 0 3C 105 57 15
Octal 50 7 145 74 135 0 74 405 127 25
Binary 101000 111 1100101 111100 1011101 0 111100 100000101 1010111 10101

Color Harmonies of #280765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280765

Black with #280765

Text Example


Text Example

White with #280765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280765; }

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

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

background-color css

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

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

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

border-color css

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

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

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