Html Css Color HEX #280662 Persian Indigo

📋 copy color: '#280662'

red 40 ◦ green 6 ◦ blue 98

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

Shades of Persian Indigo #280662

Tints of Persian Indigo #280662

RGB

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

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

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

R = 27.78%
G = 4.17%
B = 68.06%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#280662 (or 0x280662) is known color: Persian Indigo. HEX triplet: 28, 06 and 62. RGB value is (40,6,98). Sum of RGB (Red+Green+Blue) = 40+6+98=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #280662 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280662 is #D7F99D. Grayscale: #1A1A1A. Windows color (decimal): -14154142 or 6424104. OLE color: 6424104.

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

Color convert

RGB 40 6 98 -
CMYK 0.59 0.94 0 0.62
HSL 262.17º 0.88% 0.2% -
HSV(B) 262.17º 0.94% 0.38% -
XYZ 3.14 1.46 11.67 -
YUV 26.65 168.26 137.52 -
System Red Green Blue C M Y K H S L
Decimal 40 6 98 0.59 0.94 0 0.62 262.17 0.88 0.2
Hex 28 6 62 3B 5E 0 3E 106 58 14
Octal 50 6 142 73 136 0 76 406 130 24
Binary 101000 110 1100010 111011 1011110 0 111110 100000110 1011000 10100

Color Harmonies of #280662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280662

Black with #280662

Text Example


Text Example

White with #280662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280662; }

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

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

background-color css

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

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

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

border-color css

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

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

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