Html Css Color HEX #280562 Persian Indigo

📋 copy color: '#280562'

red 40 ◦ green 5 ◦ blue 98

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

Shades of Persian Indigo #280562

Tints of Persian Indigo #280562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.5%

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

R = 27.97%
G = 3.5%
B = 68.53%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#280562 (or 0x280562) is known color: Persian Indigo. HEX triplet: 28, 05 and 62. RGB value is (40,5,98). Sum of RGB (Red+Green+Blue) = 40+5+98=143 (18% of max value = 765). Red value is 40 (16.02% from 255 or 27.97% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 98 (38.67% from 255 or 68.53% from 143); Max value from RGB is 98 - color contains mainly: blue. Hex color #280562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280562 is #D7FA9D. Grayscale: #191919. Windows color (decimal): -14154398 or 6423848. OLE color: 6423848.

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

Color convert

RGB 40 5 98 -
CMYK 0.59 0.95 0 0.62
HSL 262.58º 0.9% 0.2% -
HSV(B) 262.58º 0.95% 0.38% -
XYZ 3.13 1.44 11.67 -
YUV 26.07 168.6 137.94 -
System Red Green Blue C M Y K H S L
Decimal 40 5 98 0.59 0.95 0 0.62 262.58 0.9 0.2
Hex 28 5 62 3B 5F 0 3E 107 5A 14
Octal 50 5 142 73 137 0 76 407 132 24
Binary 101000 101 1100010 111011 1011111 0 111110 100000111 1011010 10100

Color Harmonies of #280562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280562

Black with #280562

Text Example


Text Example

White with #280562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280562; }

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

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

background-color css

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

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

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

border-color css

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

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

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