Html Css Color HEX #280365 Persian Indigo

📋 copy color: '#280365'

red 40 ◦ green 3 ◦ blue 101

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

Shades of Persian Indigo #280365

Tints of Persian Indigo #280365

RGB

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

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

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

R = 27.78%
G = 2.08%
B = 70.14%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#280365 (or 0x280365) is known color: Persian Indigo. HEX triplet: 28, 03 and 65. RGB value is (40,3,101). Sum of RGB (Red+Green+Blue) = 40+3+101=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 101 (39.84% from 255 or 70.14% from 144); Max value from RGB is 101 - color contains mainly: blue. Hex color #280365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280365 is #D7FC9A. Grayscale: #181818. Windows color (decimal): -14154907 or 6619944. OLE color: 6619944.

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

Color convert

RGB 40 3 101 -
CMYK 0.60 0.97 0 0.60
HSL 262.65º 0.94% 0.2% -
HSV(B) 262.65º 0.97% 0.4% -
XYZ 3.26 1.46 12.42 -
YUV 25.24 170.76 138.53 -
System Red Green Blue C M Y K H S L
Decimal 40 3 101 0.60 0.97 0 0.60 262.65 0.94 0.2
Hex 28 3 65 3C 61 0 3C 107 5E 14
Octal 50 3 145 74 141 0 74 407 136 24
Binary 101000 11 1100101 111100 1100001 0 111100 100000111 1011110 10100

Color Harmonies of #280365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280365

Black with #280365

Text Example


Text Example

White with #280365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280365; }

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

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

background-color css

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

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

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

border-color css

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

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

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