Html Css Color HEX #280360 Persian Indigo

📋 copy color: '#280360'

red 40 ◦ green 3 ◦ blue 96

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

Shades of Persian Indigo #280360

Tints of Persian Indigo #280360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.16%

 BLUE value IS 96 (37.89% from 255) = 69.06%

R = 28.78%
G = 2.16%
B = 69.06%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#280360 (or 0x280360) is known color: Persian Indigo. HEX triplet: 28, 03 and 60. RGB value is (40,3,96). Sum of RGB (Red+Green+Blue) = 40+3+96=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 96 (37.89% from 255 or 69.06% from 139); Max value from RGB is 96 - color contains mainly: blue. Hex color #280360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280360 is #D7FC9F. Grayscale: #181818. Windows color (decimal): -14154912 or 6292264. OLE color: 6292264.

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

Color convert

RGB 40 3 96 -
CMYK 0.58 0.97 0 0.62
HSL 263.87º 0.94% 0.19% -
HSV(B) 263.87º 0.97% 0.38% -
XYZ 3.02 1.36 11.17 -
YUV 24.67 168.26 138.94 -
System Red Green Blue C M Y K H S L
Decimal 40 3 96 0.58 0.97 0 0.62 263.87 0.94 0.19
Hex 28 3 60 3A 61 0 3E 108 5E 13
Octal 50 3 140 72 141 0 76 410 136 23
Binary 101000 11 1100000 111010 1100001 0 111110 100001000 1011110 10011

Color Harmonies of #280360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280360

Black with #280360

Text Example


Text Example

White with #280360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280360; }

 p { color: rgb(40,3,96); }

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

background-color css

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

 a { background-color: rgb(40,3,96); }

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

border-color css

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

 span { border-color: rgb(40,3,96); }

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