Html Css Color HEX #280762 Persian Indigo

📋 copy color: '#280762'

red 40 ◦ green 7 ◦ blue 98

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

Shades of Persian Indigo #280762

Tints of Persian Indigo #280762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 67.59%

R = 27.59%
G = 4.83%
B = 67.59%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#280762 (or 0x280762) is known color: Persian Indigo. HEX triplet: 28, 07 and 62. RGB value is (40,7,98). Sum of RGB (Red+Green+Blue) = 40+7+98=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #280762 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280762 is #D7F89D. Grayscale: #1A1A1A. Windows color (decimal): -14153886 or 6424360. OLE color: 6424360.

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

Color convert

RGB 40 7 98 -
CMYK 0.59 0.93 0 0.62
HSL 261.76º 0.87% 0.21% -
HSV(B) 261.76º 0.93% 0.38% -
XYZ 3.16 1.48 11.68 -
YUV 27.24 167.93 137.1 -
System Red Green Blue C M Y K H S L
Decimal 40 7 98 0.59 0.93 0 0.62 261.76 0.87 0.21
Hex 28 7 62 3B 5D 0 3E 106 57 15
Octal 50 7 142 73 135 0 76 406 127 25
Binary 101000 111 1100010 111011 1011101 0 111110 100000110 1010111 10101

Color Harmonies of #280762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280762

Black with #280762

Text Example


Text Example

White with #280762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280762; }

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

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

background-color css

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

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

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

border-color css

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

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

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